/* ============== [ INDEX ] ==============

0 - INDEX [_index.scss]
    0.1 - HTML5 display definitions
    0.2 - Base
    0.3 - Links
    0.4 - Typography
    0.5 - Lists
    0.6 - Embedded content
    0.7 - Figures
    0.8 - Forms
    0.9 - Tables

1 - BASE STYLES

2 - TYPOGRAPHY
    2.1 - LINKS
    2.2 - HEADINGS
    2.3 - TEXT ELEMENTS
    2.4 - TYPOGRAPHIC CLASSES

3 - MODULES
    3.1 - NAVIGATION MODULE - BASIC STRUCTURE
    3.2 - BUTTON MODULE - BASIC STRUCTURE
    3.3 - DROPDOWN MODULE - BASIC STRUCTURE
    3.4 - BUTTONS & NAVIGATION - THEME

4 - GENERAL LAYOUT

5 - HEADER
    5.1 - HEADER LAYOUT
    5.2 - BRAND
    5.3 - MAIN NAV

6 - FOOTER

7 - FILTROS

8 - HOME PAGE
    8.2 - ADD TO HOME BUTTON

9 - PROJECTS LIST PAGE

10 - PROJECTS DETAIL PAGE

11 - SLIDER

12 - INTEGRATION

13 - BOOK LIST

   - CONTACTO


MEDIA QUERIES
    DESKTOP {
        d2 - TYPOGRAPHY
            d2.2 - HEADINGS
            d2.3 - TEXT ELEMENTS
            d2.4 - TYPOGRAPHIC CLASSES

        d3 - MODULES
            d3.1 - NAVIGATION MODULE - BASIC STRUCTURE

        d4 - GENERAL LAYOUT

        d5 - HEADER
            d5.1 - HEADER LAYOUT
            d5.2 - BRAND
            d5.3 - MAIN NAV

        d7 - FILTROS

        d9 - PROJECTS LIST PAGE

        d10 - PROJECTS DETAIL PAGE

        d - NOSOTROS

    }

X - HELPERS

======================================== */
/* 0 - NORMALIZE
------------------------------------------------------------------------------------------------ */
/* normalize.css v1.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

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

/*
 * Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3,
 * and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/*
 * Addresses margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
}

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

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

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE 6/7.
 * Addresses font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}

/*
 * Addresses styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
/*
 * Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

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

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

/*
 * Addresses margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0;
}

/*
 * Corrects font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

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

/*
 * Addresses CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}

/*
 * Addresses `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none;
}

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

/*
 * Prevents `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;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 40px;
}

/*
 * Addresses paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/*
 * Corrects list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

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

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

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

/*
 * 1. Corrects color not being inherited in IE 6/7/8/9.
 * 2. Corrects text not wrapping in Firefox 3.
 * 3. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

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

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

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

/*
 * 1. Addresses box sizing set to content-box in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 * 3. Removes excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `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;
}

/*
 * Removes 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;
}

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

/*
 * 1. Removes default vertical scrollbar in IE 6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* 1 - BASE STYLES
------------------------------------------------------------------------------------------------ */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  width: auto;
  max-width: 100%;
  height: auto;
}

/* 2 - TYPOGRAPHY
------------------------------------------------------------------------------------------------ */
body {
  color: #3b3b3b;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.3;
  margin: 0;
  padding: 0;
  position: relative;
}

h1, h2, h3, h4, h5, h6,
p,
ul, ol, dl {
  margin-top: 0;
}

/* 2.1 - LINKS
---------------------------------------------------------------------------- */
a {
  color: #3b3b3b;
  text-decoration: none;
}
a:hover {
  color: #ab5a0d;
  text-decoration: underline;
}

/* 2.2 - HEADINGS
---------------------------------------------------------------------------- */
h1,
.f-alpha {
  color: #3b3b3b;
  font-size: 36px;
  font-size: 2.25rem;
  letter-spacing: -1px;
  line-height: 1;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
.section-header h1, .section-header
.f-alpha {
  color: #e57a14;
}
h1.project-desc-tit, .book-list-header h1,
.f-alpha.project-desc-tit, .book-list-header
.f-alpha {
  font-size: 32px;
  font-size: 2rem;
}

h2,
.f-beta {
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: -1px;
  line-height: 1.1;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
.project-item h2, .project-item
.f-beta {
  color: #010101;
  font-size: 22px;
  font-size: 1.375rem;
  margin-bottom: 8px;
  margin-bottom: .5rem;
}
.clients-list h2, .clients-list
.f-beta {
  color: #3b3b3b;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 0;
}

/* 2.3 - TEXT ELEMENTS
---------------------------------------------------------------------------- */
p {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}

.f-normal {
  color: #3b3b3b;
}

blockquote {
  color: #3b3b3b;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: Georgia, Times, serif;
  line-height: 1.333333333;
  margin: 0 0 8px;
  margin: 0 0 .5rem;
  padding: 0;
}

small,
.f-small {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
}

strong,
b {
  color: #e57a14;
  font-style: normal;
}
.card-wrapper strong, .card-wrapper
b {
  color: #3b3b3b;
}
.project-quote strong, .project-quote
b {
  display: block;
}

/* 2.4 - TYPOGRAPHIC CLASSES
---------------------------------------------------------------------------- */

.text-block .plain-text p {
  padding-top:23px;
}

.section-intro {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: Georgia, Times, serif;
  line-height: 1.2;
  padding-top:28px;
}
.projects .section-intro {
  font-size: 14px;
  font-size: 0.875rem;
  font-style: italic;
  font-family: Arial, Helvetica, sans-serif;
  color: #878787;
}

.project-cat {
  font-size: 12px;
  font-size: 0.75rem;
  color: #e57a14;
  font-weight: bold;
  letter-spacing: -1px;
  margin-bottom: 8px;
  margin-bottom: .5rem;
  text-transform: uppercase;
}

.project-desc-wrapper {
  color: #5d5d5d;
}

.quote-author {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.3;
  text-align: right;
  text-transform: uppercase;
}

/* 3 - MODULES
------------------------------------------------------------------------------------------------ */
/* 3.1 - NAVIGATION MODULE - BASIC STRUCTURE
---------------------------------------------------------------------------- */
.nav {
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-item {
  position: relative;
}

.nav-label {
  display: block;
  text-decoration: none;
}

/* 3.2 - BUTTON MODULE - BASIC STRUCTURE
---------------------------------------------------------------------------- */
.btn {
  background: transparent;
  border: 0;
  display: block;
  position: relative;
}

.btn-label {
  cursor: pointer;
  display: block;
  position: relative;
  text-decoration: none;
}
.btn-label:hover {
  text-decoration: none;
}

/* 3.3 - DROPDOWN MODULE - BASIC STRUCTURE
---------------------------------------------------------------------------- */
.dropdown {
  list-style: none;
  margin: 0;
  padding: 0;
}

.js-no-fout {
  display: none;
  visibility: hidden;
}
.no-js .js-no-fout {
  display: block;
  visibility: visible;
}

/* 3.4 - BUTTONS & NAVIGATION - THEME
---------------------------------------------------------------------------- */
.btn-label {
  border: 1px solid #ddd;
  border-width: 0 1px 1px;
  background-color: white;
  background-image: background-webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, whitesmoke));
  background-image: -webkit-linear-gradient(top, white 0%, whitesmoke 100%);
  background-image: -moz-linear-gradient(top, white 0%, whitesmoke 100%);
  background-image: -ms-linear-gradient(top, white 0%, whitesmoke 100%);
  background-image: -o-linear-gradient(top, white 0%, whitesmoke 100%);
  background-image: linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
  color: #3b3b3b;
  font-size: 12px;
  font-size: 0.75rem;
  padding: 12px;
  padding: 0.75rem;
  text-transform: uppercase;
}

.btn:first-child .btn-label, .js-more-items .btn-label {
  border-top-width: 1px;
}
.js-btn-w-dropdown > .btn-label {
  background-color: white;
  background-image: url(../img/btn-arrow-down.png);
  background-image: url(../img/btn-arrow-down.png), -webkit-linear-gradient(top, white 0%, whitesmoke 100%);
  background-image: url(../img/btn-arrow-down.png), -moz-linear-gradient(top, white 0%, whitesmoke 100%);
  background-image: url(../img/btn-arrow-down.png), -o-linear-gradient(top, white 0%, whitesmoke 100%);
  background-image: url(../img/btn-arrow-down.png), -ms-linear-gradient(top, white 0%, whitesmoke 100%);
  background-image: url(../img/btn-arrow-down.png), linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
  background-repeat: no-repeat;
  background-position: right center;
}
.embed-wrapper .btn-label {
  background-color: white;
  background-image: url(../img/btn-arrow-right.png);
  background-image: url(../img/btn-arrow-right.png), -webkit-linear-gradient(top, white 0%, whitesmoke 100%);
  background-image: url(../img/btn-arrow-right.png), -moz-linear-gradient(top, white 0%, whitesmoke 100%);
  background-image: url(../img/btn-arrow-right.png), -o-linear-gradient(top, white 0%, whitesmoke 100%);
  background-image: url(../img/btn-arrow-right.png), -ms-linear-gradient(top, white 0%, whitesmoke 100%);
  background-image: url(../img/btn-arrow-right.png), linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
  background-repeat: no-repeat;
  background-position: right center;
}
.nav-main .dropdown .btn-label {
  text-indent: 1em;
}
.btn-label:hover {
  color: #fff;
  background-color: #f18823;
  background-image: background-webkit-gradient(linear, left top, left bottom, color-stop(0%, #f18823), color-stop(100%, #e57a14));
  background-image: -webkit-linear-gradient(top, #f18823 0%, #e57a14 100%);
  background-image: -moz-linear-gradient(top, #f18823 0%, #e57a14 100%);
  background-image: -ms-linear-gradient(top, #f18823 0%, #e57a14 100%);
  background-image: -o-linear-gradient(top, #f18823 0%, #e57a14 100%);
  background-image: linear-gradient(top, #f18823 0%, #e57a14 100%);
}
.js-btn-w-dropdown > .btn-label:hover {
  background-color: #f18823;
  background-image: url(http://www.cases-assoc.com/bundles/runroomcia/img/btn-arrow-W-down.png);
  background-image: url(http://www.cases-assoc.com/bundles/runroomcia/img/btn-arrow-W-down.png), -webkit-linear-gradient(top, #f18823 0%, #e57a14 100%);
  background-image: url(http://www.cases-assoc.com/bundles/runroomcia/img/btn-arrow-W-down.png), -moz-linear-gradient(top, #f18823 0%, #e57a14 100%);
  background-image: url(http://www.cases-assoc.com/bundles/runroomcia/img/btn-arrow-W-down.png), -o-linear-gradient(top, #f18823 0%, #e57a14 100%);
  background-image: url(http://www.cases-assoc.com/bundles/runroomcia/img/btn-arrow-W-down.png), -ms-linear-gradient(top, #f18823 0%, #e57a14 100%);
  background-image: url(http://www.cases-assoc.com/bundles/runroomcia/img/btn-arrow-W-down.png), linear-gradient(top, #f18823 0%, #e57a14 100%);
  background-repeat: no-repeat;
  background-position: right center;
  color: white;
}
.filtros .js-btn-w-dropdown > .btn-label:hover {
  background: none;
  color: #3b3b3b;
}

/*  4 - GENERAL LAYOUT
------------------------------------------------------------------------------------------------ */
body {
  background: url(../img/body_bg.png);
}

.header-main,
.filtros,
.content-wrapper,
.light-box-header {
  margin: 0 auto;
  padding: 0 4%;
}

.content-main,
.footer-main {
  width: 100%;
  float: left;
  margin-right: 4%;
  display: inline;
}

.content-main {
  padding-top: 32px;
  padding-top: 2rem;
}
.projects-list-page .content-main {
  padding-top: 16px;
  padding-top: 1rem;
}
.project-detail-page .content-main {
  padding-top: 0;
}

.section-header {
  margin-bottom: 32px;
  margin-bottom: 2rem;
}

.card-wrapper {
  margin: 16px 0 32px;
  margin: 1rem 0 2rem;
  padding-top: 32px;
  padding-top: 2rem;
}

.project-card,
.text-block,
.clients {
  border: 1px dotted;
  border-width: 0 0 1px;
  padding: 24px 0;
  padding: 1.5rem 0;
}

.text-block:last-of-type {
  border-bottom: 0;
}

.clients {
  border: 0;
  margin-bottom: 32px;
  margin-bottom: 2rem;
}

/*  5 - HEADER
------------------------------------------------------------------------------------------------ */
/* 5.1 - HEADER LAYOUT
---------------------------------------------------------------------------- */
.header-main-wrapper {
  background: white url(../img/header-main-wrapper_bg.png) repeat-x 0 -67px;
  box-shadow: 0 2px 22px rgba(0, 0, 0, 0.2);
  padding: 40px 0 8px;
  padding: 2.5rem 0 .5rem;
  position: relative;
  z-index: 10;
}

.header-main {
  position: relative;
}

/* 5.2 - BRAND
---------------------------------------------------------------------------- */
.brand {
  margin: 12px auto 0;
  margin: .75rem auto 0;
  width: 74%;
  float: left;
  margin-right: 4%;
  display: inline;
}
.no-svg .brand {
  background: none;
  text-indent: 0;
}
.brand a {
  display: block;
  max-width: 270px;
  height: 40px;
}
.brand img {
  display: inline-block;
}

/* 5.3 - MAIN NAV
---------------------------------------------------------------------------- */
.expand-main-nav {
  background-color: white;
  background-image: background-webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, whitesmoke));
  background-image: -webkit-linear-gradient(top, white 0%, whitesmoke 100%);
  background-image: -moz-linear-gradient(top, white 0%, whitesmoke 100%);
  background-image: -ms-linear-gradient(top, white 0%, whitesmoke 100%);
  background-image: -o-linear-gradient(top, white 0%, whitesmoke 100%);
  background-image: linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
  border: 1px solid #ddd;
  border-radius: .25rem;
  color: transparent;
  display: block;
  float: right;
  margin: 0 1.92308%;
  position: relative;
  text-align: right;
  width: 44px;
  height: 44px;
}
.expand-main-nav span {
  display: none;
  visibility: hidden;
}
.expand-main-nav:before {
  border-bottom: 15px double #878787;
  border-top: 5px solid #878787;
  content: '';
  position: absolute;
  top: 9px;
  right: 6px;
  width: 30px;
  height: 5px;
}

.nav-main-wrapper {
  clear: both;
  display: none;
  padding-top: 16px;
  padding-top: 1rem;
}
.nav-main-wrapper:active {
  max-height: 55em;
}
.home-page .nav-main-wrapper {
  display: block;
}

.nav-main .dropdown {
  clear: both;
}
.js .nav-main .dropdown:active {
  max-height: 55em;
}

/*  6 - FOOTER
------------------------------------------------------------------------------------------------ */
.footer-main {
  border-top: 1px solid #5d5d5d;
  padding: 4px 0;
  padding: .25rem 0;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 0 11px;
  width: 98% !important;
}

.footer-main-nav .nav-item {
  float: left;
  width: 33%;
}
.footer-main-nav .nav-label {
  padding: 12px 0;
  padding: 0.75rem 0;
  position: relative;
}
.footer-main-nav .nav-label:before {
  content: '·';
  position: absolute;
  left: -1px;
}
.footer-main-nav .nav-item:first-child .nav-label {
  padding-left: 0;
}
.footer-main-nav .nav-item:first-child .nav-label:before {
  content: none;
}

.footer-copy {
  font-weight: normal;
}

/* 7 - FILTROS
------------------------------------------------------------------------------------------------ */
.filtros-wrapper {
  border-bottom: 1px solid #ddd;
  position: relative;
}

.filtros-inner-wrapper {
  padding: 0 0 24px;
  padding: 0 0 .75rem;
}

.filtros .btn {
  width: 48%;
  float: right;
}
.filtros .btn:first-child {
  float: left;
}
.filtros .btn > .btn-label {
  cursor: default;
  font-size: 14px;
  font-size: 0.875rem;
}
.filtros .tinynav {
  border-color: #878787;
  color: #3b3b3b;
  display: block;
  font-size: 16px;
  font-size: 1rem;
  width: 100%;
}
.filtros .btn-label {
  background-color: transparent;
  background-image: none;
  border: 0;
  cursor: normal;
  font-size: 16px;
  font-size: 1rem;
  margin-top: 24px;
  margin-top: .75rem;
  padding: 0;
  padding-bottom: 4px;
  padding-bottom: 0.25rem;
  text-transform: none;
}
.filtros .btn-label:after {
  content: ':';
}
.filtros .dropdown {
  display: none;
  visibility: hidden;
}

/* 8 - HOME PAGE
------------------------------------------------------------------------------------------------ */
.home-page {
  background: #fbf6e4 url(../img/body_bg-home.jpg) 50% 61px no-repeat;
  /* d8.1 - HOME LAYOUT
  ---------------------------------------------------------------------------- */
  /* d8.2 - HOME HEADER
  ---------------------------------------------------------------------------- */
  /* 8.4 - HOME FOOTER
  ---------------------------------------------------------------------------- */
}
.home-page .header-main-wrapper {
  background: url(../img/header-main-wrapper_bg-sombra.png) repeat-x 0 0;
  padding-top: 0;
}
.home-page .header-main {
  padding-top: 60px;
}
.home-page .idiomas-home-nav {
  margin: 0 0 1em 0;
}
.home-page .idiomas-home-nav,
.home-page .idiomas-home-nav a.active {
  color: #e57a14;
}
.home-page .idiomas-home-nav li {
  background: url(../img/menu-idiomas-filetes.png) 0 0 no-repeat;
  display: inline-block;
  padding: 2.33em .5em .3em;
}
.home-page .idiomas-home-nav a {
  color: #919191;
}
.home-page .brand {
  background-image: url(../img/cases-sol361.png);
  display: block;
  float: none;
  width: 100%;
  float: left;
  margin-right: 4%;
  display: inline;
  height: 101px;
}
.home-page .tagline {
  clear: both;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.2;
  margin: 32px 0 16px;
  margin: 2rem 0 1rem;
  padding-bottom: 0;
  width: 100%;
  float: left;
  margin-right: 4%;
  display: inline;
}
.home-page .contact-list {
  border-top: 1px solid #dddad1;
}
.home-page .text-block h2 {
  border: 0;
  margin: 0 0 12px;
  margin: 0 0 .75rem;
  padding: 0;
}
.home-page .text-block p {
  margin-bottom: 8px;
  margin-bottom: .5rem;
}
.home-page .footer-main-nav {
  margin: .5rem 0;
  margin: 8px 0;
}
.home-page .footer-main-nav .nav-item {
  width: 25%;
}
.home-page .footer-main-nav .nav-label {
  padding: 0 8px;
  padding: 0 .5rem;
}

/* 8.2 - ADD TO HOME BUTTON
---------------------------------------------------------------------------- */
/**
 *
 * Main container
 *
 */
#addToHomeScreen {
  z-index: 9999;
  -webkit-user-select: none;
  -webkit-box-sizing: border-box;
  width: 240px;
  font-size: 15px;
  padding: 12px 14px;
  text-align: left;
  font-family: helvetica;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, white), color-stop(0.02, #eeeeee), color-stop(0.98, #cccccc), color-stop(1, #a3a3a3));
  border: 1px solid #505050;
  -webkit-border-radius: 8px;
  -webkit-background-clip: padding-box;
  color: #333;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
  line-height: 130%;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}

#addToHomeScreen.addToHomeIpad {
  width: 268px;
  font-size: 18px;
  padding: 14px;
}

/**
 *
 * The 'wide' class is added when the popup contains the touch icon
 *
 */
#addToHomeScreen.addToHomeWide {
  width: 296px;
}

#addToHomeScreen.addToHomeIpad.addToHomeWide {
  width: 320px;
  font-size: 18px;
  padding: 14px;
}

/**
 *
 * The balloon arrow
 *
 */
#addToHomeScreen .addToHomeArrow {
  position: absolute;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0, rgba(204, 204, 204, 0)), color-stop(0.4, rgba(204, 204, 204, 0)), color-stop(0.4, #cccccc));
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: #505050;
  width: 16px;
  height: 16px;
  -webkit-transform: rotateZ(45deg);
  bottom: -9px;
  left: 50%;
  margin-left: -8px;
  -webkit-box-shadow: inset -1px -1px 0 #a9a9a9;
  -webkit-border-bottom-right-radius: 2px;
}

/**
 *
 * The balloon arrow for iPad
 *
 */
#addToHomeScreen.addToHomeIpad .addToHomeArrow {
  -webkit-transform: rotateZ(-135deg);
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0, rgba(238, 238, 238, 0)), color-stop(0.4, rgba(238, 238, 238, 0)), color-stop(0.4, #eeeeee));
  -webkit-box-shadow: inset -1px -1px 0 #fff;
  top: -9px;
  bottom: auto;
  left: 50%;
}

/**
 *
 * Close button
 *
 */
#addToHomeScreen .addToHomeClose {
  -webkit-box-sizing: border-box;
  position: absolute;
  right: 4px;
  top: 4px;
  width: 18px;
  height: 18px;
  line-height: 14px;
  text-align: center;
  text-indent: 1px;
  -webkit-border-radius: 9px;
  background: rgba(0, 0, 0, 0.12);
  color: #707070;
  -webkit-box-shadow: 0 1px 0 #fff;
  font-size: 16px;
}

/**
 *
 * The '+' icon, displayed only on iOS < 4.2
 *
 */
#addToHomeScreen .addToHomePlus {
  font-weight: bold;
  font-size: 1.3em;
}

/**
 *
 * The 'share' icon, displayed only on iOS >= 4.2
 *
 */
#addToHomeScreen .addToHomeShare {
  display: inline-block;
  width: 18px;
  height: 15px;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAPCAQAAABDj1eZAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAUdJREFUKFNtkLtLw1AYxS/qJLhXVKr2ZRulUNtiqgSb3CziICI6ucTFVYcOnaQOFRwUnNTRwUWXgpP/QdHNUEQUHGxofYBTlRs83iZNjKTncOGe7/vx3QchXUWn6FL3jhfKUdCCr5zuifV5oDiHQM+c+CIhiiCSWNu08iq9oHXKLAiqrgR4UXqlOEYZt++ExEL0wW7+OW0G10muLv9gmqfe5FAWKmTMYQYiFL7PYwyLOD8lSjNh2gdnPzMII4QUBxc4OothbAF7GCBKQ0YbSWyPQsIhqvetS+y0ygGMo/KFZfviDvR4AhwgZU9dGYnA0J/6ndc15i3ouYIMcVVUcEXIoOxCeRCfwP8sXBSdjtpUv/1QW+K16kCCIUC4id9Fa0JtkluwVkSfqPL6RwfSDA0aNlx7k/bWgViB7bMS2/1vk5sdsZLN/ALSuL3tylO4RAAAAABJRU5ErkJggg==);
  background-size: 18px 15px;
  text-indent: -9999em;
  overflow: hidden;
}

/**
 *
 * The touch icon (if available)
 *
 */
#addToHomeScreen .addToHomeTouchIcon {
  display: block;
  float: left;
  -webkit-border-radius: 6px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(255, 255, 255, 0.9);
  background-repeat: no-repeat;
  width: 57px;
  height: 57px;
  -webkit-background-size: 57px 57px;
  margin: 0 12px 0 0;
  border: 1px solid #333;
  -webkit-background-clip: padding-box;
}

/**
 *
 * The 'share' icon for retina display
 *
 */
@media all and (-webkit-min-device-pixel-ratio: 2) {
  #addToHomeScreen .addToHomeShare {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAeCAQAAADu6HTYAAADPElEQVR4Xq3TX2gcRRzA8e/M7mVv2+TSNpc/TZtrY6jUGqgaSAmEChKLrYK0YH0RFC2CSCkEfCghiKU04J8qNigq6os+iQV98MHWFwVBrQQRWs21lBw5cw3NNb1/udu72RGG5Y77IzXW77D7sAwf5scyYoL6BGXSDKFZwaGpLvIUaeoCkvX1MmsM0Ny6oRSQYOLuIS+YZOpfQdqslpUxcZrzTVAz4qPwW2O3CeIwC/RSzeY6Ow1QhUrkr+YOWfEKDkEP8Rij7CHKJmrFSDHBdwGEE5wiGChPN+PnT8VdRtEIl1d4gRj/1EVe5ZSBKGh8iqQpo/Fo5+3C/gz0MYg4zgwbqday1/Q4B8BGQ45d/Hi54lakCrU5obOcidJpu1+Lg9whjabyaOYLnrIBFFaRD+xe2ybMDWY66GmP/WA9cGfGp0CWhy0wkMN8inepFiH2rV1j0NQSNQbFLRQnS8/8YSDBBpadfv4CYDub2fmeHDNAsL1MBWUel0iA+Xik6eHcyvD3vAMSU1TGuA/YRS+dD7ovCQN43GKRFCU20Kd3V/avDVVyAZ5niTEuLA5/zBGWg9EEEhfJKN200Tat8CmRAQb9+wv7soPlHt2tQorsz1uPbr0HTY4sJwrH47zJZwABBAKLMBoQXepwgTwdHCo+fXMkQ4lrxEmQ5AaXipPqDY9V2vn09tgvTPI71EEGYxM+/uMJLJ4svpgaWGKOi/xKgmqLSUGSUd5f2vIVJ/CgBaTIUsZ7ZBsn0+NzfMOXLFCXQyTcybN6ep5ZZgUOHn7jpfUpsZshdugPGf+E5zjbyHTSRyQ8xfRPPM/s63RHeuknSoT22mjmmnAOIMkUZ6D1xSfPPAfd1WFKM3sO2CMaHx8M1NjnXKHaAGGkOW0C02WeYHUz4qMtx+w5gUDS8NckYe5lHsMYwCZEPyEEmjLDZFmAS7CDviMdxyTkMNVBKEmYLvbiQQBIBBbCQG04bGQvFWz6CfsCQLWCigILFwcfkGYBiOpbYuOizTAyYyDdCtrGaRG1LCkIgMYEFhI0WqQZoSlbGRyHKe4qOx7iv2bVQW9dp4dlM/x6kmwnWQcd/Q3FCqwTEiT5s+6D5v/pb0SSHyg7uhMWAAAAAElFTkSuQmCC);
  }
}
/* 9 - PROJECTS LIST PAGE
------------------------------------------------------------------------------------------------ */
.projects-list > li {
  margin-bottom: 32px;
  margin-bottom: 2rem;
  width: 100%;
  float: left;
  margin-right: 4%;
  display: inline;
}
.projects-list > li img {
  display: block;
}

.no-results {
  color: #444;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
}

/* 9.1 - PROJECT ITEM
---------------------------------------------------------------------------- */
.project-item {
  cursor: pointer;
  position: relative;
}
.project-item > a {
  display: block;
}
.project-item > a:hover {
  text-decoration: none;
}
.project-item:hover .project-tit {
  color: #ab5a0d;
}
.project-item:hover .project-thumb {
  opacity: .8;
  -webkit-filter: grayscale(100%);
}
.no-cssfilters .project-item:hover .project-thumb {
  opacity: .5;
  filter: alpha(opacity=50);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.project-item-card {
  width: 61%;
  float: right;
  margin-right: 0;
  #margin-left: -12px;
  display: inline;
}

.project-thumb {
  width: 35%;
  float: left;
  margin-right: 4%;
  display: inline;
  display: block;
}
.project-thumb img {
  border: 0;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

/* 9.1 - MORE ITEMS BUTTON
---------------------------------------------------------------------------- */
.js-more-items {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
.js-more-items .btn-label {
  text-align: center;
}

/* 10 - PROJECTS DETAIL PAGE
------------------------------------------------------------------------------------------------ */
.project-desc,
.project-card,
.project-quote {
  list-style: none;
  margin: 0;
}

.project-card {
  border-width: 1px 0;
  margin: 24px 0;
  margin: 1.5rem 0;
  padding: 24px 0;
  padding: 1.5rem 0;
}
.project-card > li {
  margin-bottom: .25rem;
}
.project-card strong:after {
  content: ':';
}

.project-card-down img {
  margin-right: .5rem;
  position: relative;
  top: .2em;
  width: 16px;
  height: 16px;
}

/* 11 - SLIDER
------------------------------------------------------------------------------------------------ */
.project-detail-page .slider-wrapper {
  background-color: #FCFAF4;
  margin-left: -7%;
  width: 114%;
}

/* - SLIDER
------------------------------------------------------------------------------------------------ */
/* - CORE SLIDER PLUGIN STYLES 
---------------------------------------------------------------------------- */
/* v1.0.2 */
/* Core RS CSS file. 95% of time you shouldn't change anything here. */
.royalSlider {
  width: 600px;
  height: 464px;
  direction: ltr;
}

.rsWebkit3d .rsSlide,
.rsWebkit3d .rsContainer,
.rsWebkit3d .rsThumbs,
.rsWebkit3d .rsPreloader,
.rsWebkit3d img,
.rsWebkit3d .rsOverflow,
.rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsAbsoluteEl {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}

.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
  -webkit-transform: none;
}

.rsOverflow {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  float: left;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.rsContainer {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.rsArrow,
.rsThumbsArrow {
  cursor: pointer;
}

.rsThumb {
  float: left;
  position: relative;
}

.rsArrow,
.rsNav,
.rsThumbsArrow {
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.rsHidden {
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  -moz-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  -o-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  transition: visibility 0s linear 0.3s,opacity 0.3s linear;
}

.rsGCaption {
  width: 100%;
  float: left;
  text-align: center;
}

/* Fullscreen options, very important ^^ */
.royalSlider.rsFullscreen {
  position: fixed !important;
  height: auto !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 2147483647 !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
}

.royalSlider .rsSlide.rsFakePreloader {
  opacity: 1 !important;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
  display: none;
}

.rsSlide {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  overflow: hidden;
  height: 100%;
  width: 100%;
}

.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
  height: auto;
}

.rsContent {
  width: 100%;
  height: 100%;
  position: relative;
}

.rsPreloader {
  position: absolute;
}

.rsNav {
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  user-select: none;
}

.rsNavItem {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
}

.rsThumbs {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  float: left;
}

.rsTabs {
  float: left;
}

.rsTabs,
.rsThumbs {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.rsVideoContainer {
  /*left: 0;
  top: 0;
  position: absolute;*/
  /*width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  float: left;*/
  width: auto;
  height: auto;
  line-height: 0;
  position: relative;
}

.rsVideoFrameHolder {
  position: absolute;
  left: 0;
  top: 0;
  background: #141414;
  opacity: 0;
  -webkit-transition: .3s;
}

.rsVideoFrameHolder.rsVideoActive {
  opacity: 1;
}

.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/* ios controls over video bug, shifting video */
.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 44px;
}

.rsABlock {
  left: 0;
  top: 0;
  position: absolute;
  -webkit-backface-visibility: hidden;
}

.grab-cursor {
  cursor: url(../img/grab.png) 8 8, move;
}

.grabbing-cursor {
  cursor: url(../img/grabbing.png) 8 8, move;
}

.rsNoDrag {
  cursor: auto;
}

.rsLink {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  background: url(http://www.cases-assoc.com/bundles/runroomcia/img/blank.gif);
  -webkit-backface-visibility: hidden;
}

/* - SLIDER PLUGIN THEME STYLES 
---------------------------------------------------------------------------- */
.royalSlider:before,
.royalSlider:after {
  z-index: 10;
}

.rsArrow {
  position: relative;
  z-index: 300;
}

/* - LAYOUT
-------------------------------------------------------- */
.sliderContainer {
  border: 0;
  overflow: hidden;
  position: relative;
  padding: 0;
  width: 100%;
}

.royalSlider {
  margin: 0 auto;
  width: 650px;
  height: 432px;
}

.rsOverflow {
  overflow: visible;
}

/* - ARROWS
-------------------------------------------------------- */
.rsArrow {
  height: 100%;
  width: 44px;
  position: absolute;
  display: block;
  cursor: pointer;
}

.rsArrowLeft {
  left: 0;
  top: 0;
}

.rsArrowRight {
  right: 0;
  top: 0;
}

.rsArrowIcn {
  background: white no-repeat center center;
  border: 1px solid #5d5d5d;
  cursor: pointer;
  margin-top: -10px;
  margin-left: -20px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 40px;
}
.rsArrowIcn:hover {
  border-color: #ab5a0d;
}
.rsArrowLeft .rsArrowIcn {
  background-image: url(../img/btn-arrow-left2.png);
  width: 40px;
}
.rsArrowRight .rsArrowIcn {
  background-image: url(../img/btn-arrow-right2.png);
  width: 40px;
}

/* - FULLSCREEN BUTTON
-------------------------------------------------------- */
/* - PRELOADER
-------------------------------------------------------- */
.rsDefault .rsPreloader {
  width: 20px;
  height: 20px;
  background-image: url(../img/preloader-white.gif);
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -10px;
}

/* - SLIDES
-------------------------------------------------------- */
.visibleNearby .rsSlide img {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  -webkit-filter: grayscale(100%);
  opacity: 0.35;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.no-cssfilters .visibleNearby .rsSlide img {
  opacity: .35;
  filter: alpha(opacity=35);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
}
.visibleNearby .rsActiveSlide img {
  display: block;
  position: relative;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-filter: none;
}
.no-cssfilters .visibleNearby .rsActiveSlide img {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.visibleNearby .rsActiveSlide:hover:after {
  cursor: pointer;
  background: url(../img/slider-lupa.png) no-repeat center center;
  background-size: 75% auto;
  display: block;
  content: '';
  margin-left: -64px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100%;
  max-width: 129px;
}

/* Non-linear resizing on smaller screens */
@media screen and (min-width: 0px) and (max-width: 900px) {
  #gallery-1 {
    width: 62%;
    margin-left: 19%;
    padding: 12px 0 12px;
    color: #FFF;
  }

  #gallery-1 .rsOverflow,
  .royalSlider#gallery-1 {
    height: 400px !important;
  }
}
@media screen and (min-width: 0px) and (max-width: 500px) {
  #gallery-1 .rsOverflow,
  .royalSlider#gallery-1 {
    height: 300px !important;
  }
}
/* - LIGHTBOX
---------------------------------------------------------------------------- */
/* - COLOR BOX
-------------------------------------------------------- */
/*
ColorBox Core Style:
The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
}

/* 
User Style:
Change the following styles to modify the appearance of ColorBox.  They are
ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #000;
}

#cboxClose {
  background: url(../img/sprite.png) no-repeat -350px top;
  padding: 16px 0;
  padding: 1rem 0;
  position: absolute;
  top: 16px;
  top: 1rem;
  right: 16px;
  right: 1rem;
  text-indent: -9999em;
  width: 30px;
  height: 32px;
  z-index: 101;
}

#cboxClose:hover {
  background-position: -380px top;
}

/* - LIGHTBOX SLIDER
-------------------------------------------------------- */
#colorbox,
#cboxWrapper {
  overflow: visible !important;
}

.light-box-slider {
  display: table;
  overflow: hidden;
  width: 100%;
}
.light-box-slider .royalSlider {
  cursor: pointer;
  display: table-caption;
  width: 280px;
  height: 432px;
}
.light-box-slider .rsArrow {
  display: none;
  visibility: hidden;
}
.light-box-slider .rsArrowLeft {
  left: 4%;
}
.light-box-slider .rsArrowIcn {
  margin: 0;
  left: 0;
}
.light-box-slider .rsArrowRight {
  right: 4%;
}
.light-box-slider .rsArrowRight .rsArrowIcn {
  right: 0;
  left: auto;
}
.light-box-slider .rsSlide img {
  opacity: .45;
  filter: alpha(opacity=45);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=45)";
}
.light-box-slider .rsActiveSlide {
  z-index: 100;
}
.light-box-slider .rsActiveSlide img {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.light-box-slider .rsActiveSlide:hover:after {
  display: none;
}

.light-box-header {
  color: #fff;
  padding: 32px 4%;
  padding: 2rem 4%;
  position: relative;
  z-index: 100;
}
.light-box-header .logo-cases {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 8px;
  margin-bottom: .5rem;
}
.light-box-header .gallery-title h1 {
  color: #fff;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.2;
}
.light-box-header .gallery-title span {
  color: #868686;
  font-weight: normal;
  letter-spacing: 0;
  margin-left: .25em;
}

/* 12 - INTEGRATION
------------------------------------------------------------------------------------------------ */
.clients-list {
  list-style: none;
  padding: 0;
}
.clients-list > li {
  float: left;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  width: 50%;
}
.clients-list strong {
  display: block;
}

/* 13 - BOOK LIST
------------------------------------------------------------------------------------------------ */
.book-list-header {
  overflow: hidden;
  position: relative;
}
.book-list-header h1 {
  margin-bottom: 4px;
  margin-bottom: .25rem;
}
.book-list-header .book-date {
  font-size: 27px;
  font-size: 1.6875rem;
  font-weight: bold;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

.books-list-wrapper h2 {
  letter-spacing: 0;
  text-transform: uppercase;
}

.book-item {
  font-weight: bold;
  margin-bottom: 8px;
  margin-bottom: .5rem;
}
.book-item img {
  float: left;
  margin-right: 8px;
  margin-bottom: 4px;
  margin-bottom: .25rem;
  width: 100%;
  max-width: 200px;
}

/* 14 - BOOK DETAIL
------------------------------------------------------------------------------------------------ */
.embed-wrapper .fallback img,
.embed-wrapper object {
  display: none;
  visibility: hidden;
}

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

.book-shop-btn {
  background: url(../img/sprite.png) no-repeat -200px top;
  border-radius: 4px;
  color: #fff;
  display: block;
  line-height: 66px;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: bold;
  margin: 0 auto;
  margin-bottom: 12px;
  margin-bottom: .75rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 140px;
  max-width: 100%;
  height: 66px;
  max-width: auto;
}
.book-shop-btn:hover {
  box-shadow: 0 80px 0px rgba(200, 200, 255, 0.3) inset;
  color: #fff;
  text-decoration: none;
}
.book-shop-btn:active {
  box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.5) inset;
}

/*  - CONTACTO
------------------------------------------------------------------------------------------------ */
.vcard {
  text-align: center;
}
.vcard h2 {
  font-size: 24px;
  font-size: 1.5rem;
}
.vcard .fn span {
  display: none;
  visibility: hidden;
}

/*  - 404
------------------------------------------------------------------------------------------------ */
.error-page .content-main h2 {
  background: url(../img/error-404.png) no-repeat center center;
  background-size: auto 100%;
  text-indent: -99999em;
  height: 56px;
  height: 3.5rem;
  width: 100%;
  float: left;
  margin-right: 4%;
  display: inline;
}
.error-page .content-main p {
  line-height: 1.2;
  text-align: center;
  width: 48%;
  float: left;
  margin-right: 4%;
  display: inline;
  margin-left: 26%;
}

.error-500 .content-main h2 {
  background-image: url(../img/error-500.png);
}

/* MEDIA QUERIES
------------------------------------------------------------------------------------------------ */
/* MOBILE
---------------------------------------------------------------------------- */
@media screen and (max-width: 47em) {
  .projects-list > li {
    *zoom: 1;
  }
  .projects-list > li:before, .projects-list > li:after {
    content: " ";
    display: table;
  }
  .projects-list > li:after {
    clear: both;
  }

  body {
    margin: 0 auto;
  }

  .home-page .content-main {
    padding: 16px;
    padding: 1rem;
  }
  .home-page .footer-main-nav .nav-item {
    width: 33.3333%;
  }
  .home-page .footer-main-nav .nav-item:nth-child(4n), .home-page .footer-main-nav .nav-item:nth-child(5n) {
    width: 50%;
  }
  .home-page .footer-main-nav .nav-item:nth-child(4n) .nav-label:before {
    content: ' ';
  }
  .home-page .footer-main-nav .nav-label {
    padding: 4px 8px;
    padding: .25rem .5rem;
  }

  .books-list-wrapper {
    width: 100%;
    float: left;
    margin-right: 4%;
    display: inline;
  }

  .books-list {
    width: 100%;
    float: left;
    margin-right: 4%;
    display: inline;
  }

  .book-item {
    width: 30.97345%;
    float: left;
    margin-right: 3.53982%;
    display: inline;
  }
  .book-item:nth-child(3n) {
    float: right;
    margin-right: 0;
  }
  .book-item .book-item__img-container {
    display: block;
    padding-bottom: 127.33%;
    position: relative;
    height: 0;
  }
  .book-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
/* TABLET
---------------------------------------------------------------------------- */
@media screen and (min-width: 752px) {
  /* d2 - TYPOGRAPHY
  ------------------------------------------------------------------------------------------------ */
  body {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.25;
  }

  /* d2.2 - HEADINGS
  ---------------------------------------------------------------------------- */
  h2,
  .f-beta {
    font-size: 13px;
    font-size: 0.8125rem;
    letter-spacing: -1px;
    line-height: 1.1;
  }
  .project-item h2, .clients-list h2, .project-item
  .f-beta, .clients-list
  .f-beta {
    font-size: 18px;
    font-size: 1.125rem;
  }

  /* d2.3 - TEXT ELEMENTS
  ---------------------------------------------------------------------------- */
  blockquote {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.1;
  }

  small,
  .f-small {
    font-size: 10px;
    font-size: 0.625rem;
  }

  /* d2.4 - TYPOGRAPHIC CLASSES
  ---------------------------------------------------------------------------- */
  .projects-list-page .section-intro {
    font-size: 14px;
    font-size: 0.875rem;
    font-style: italic;
    font-family: Arial, Helvetica, sans-serif;
    color: #878787;
  }

  .project-cat {
    font-size: 11px;
    font-size: 0.6875rem;
  }

  .quote-author {
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 1.5;
    text-align: left;
  }

  /* d3 - MODULES
  ------------------------------------------------------------------------------------------------ */
  /* d3.1 - NAVIGATION MODULE - BASIC STRUCTURE
  ---------------------------------------------------------------------------- */
  .nav .btn,
  .nav .nav-item {
    float: left;
    position: relative;
  }

  .btn-label {
    padding: 3px 5px;
  }

  .dropdown {
    position: absolute;
    z-index: 100;
  }

  /* 3.2 - BUTTONS & NAVIGATION - THEME
  ---------------------------------------------------------------------------- */
  .btn-label {
    background: #fff;
    background-repeat: no-repeat;
    background-position: right center;
    border: 1px solid #5d5d5d;
    font-size: 10px;
    font-size: 0.625rem;
    padding: 3px 5px;
  }
  .btn-label-actv {
    background-color: #e57a14;
    color: white;
    text-transform: uppercase;
    border: 1px solid #5d5d5d;
    font-size: 10px;
    font-size: 0.625rem;
    padding: 3px 5px;
  }
  .js-btn-w-dropdown > .btn-label {
    background-image: url(../img/btn-arrow-down.png);
  }

  .filtros {
    font-size: 0;
    text-align: right;
  }
  .filtros .btn {
    display: inline-block;
    /* IE6 & IE7 inline hack */
    *display: inline;
    *zoom: 1;
    float: none;
    margin-left: 16px;
    width: auto;
  }
  .filtros .btn:first-child {
    float: none;
  }
  .filtros .btn > .btn-label {
    cursor: pointer;
    font-size: 12px;
    font-size: 0.75rem;
  }
  .filtros .btn-label {
    border-color: transparent;
    background-color: #e57a14;
    background-image: url(http://www.cases-assoc.com/bundles/runroomcia/img/btn-arrow-w-down.png);
    background-image: url(http://www.cases-assoc.com/bundles/runroomcia/img/btn-arrow-w-down.png), -webkit-linear-gradient(bottom, #e57a14 42%, #f18823 70%);
    background-image: url(http://www.cases-assoc.com/bundles/runroomcia/img/btn-arrow-w-down.png), -moz-linear-gradient(bottom, #e57a14 42%, #f18823 70%);
    background-image: url(http://www.cases-assoc.com/bundles/runroomcia/img/btn-arrow-w-down.png), -o-linear-gradient(bottom, #e57a14 42%, #f18823 70%);
    background-image: url(http://www.cases-assoc.com/bundles/runroomcia/img/btn-arrow-w-down.png), -ms-linear-gradient(bottom, #e57a14 42%, #f18823 70%);
    background-image: url(http://www.cases-assoc.com/bundles/runroomcia/img/btn-arrow-w-down.png), linear-gradient(bottom, #e57a14 42%, #f18823 70%);
    color: white;
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: bold;
    margin-top: 0;
    margin-top: 0;
    padding: 3px 8px;
    text-align: left;
    text-transform: none;
    min-width: 175px;
  }
  .filtros .btn-label:after {
    content: none;
  }
  .filtros .tinynav {
    display: none;
    visibility: hidden;
  }
  .filtros .dropdown {
    display: block;
    visibility: visible;
  }

  .dropdown {
    background: white;
    border: 1px solid #5d5d5d;
    top: 0;
    left: 0;
    width: 100%;
  }
  .dropdown .btn-label {
    background-color: white;
    background-image: url(../img/btn-arrow-right.png);
    border: 0;
    border-bottom: 1px dotted #5d5d5d;
    color: black;
    font-size: 10px;
    font-size: 0.625rem;
    font-weight: normal;
    text-transform: uppercase;
    min-width: auto;
  }
  .dropdown .btn-label:hover {
    background-color: #e57a14;
    background-image: url(http://www.cases-assoc.com/bundles/runroomcia/img/btn-arrow-w-down.png);
    background-image: url(http://www.cases-assoc.com/bundles/runroomcia/img/btn-arrow-w-down.png), -webkit-linear-gradient(bottom, #e57a14 42%, #f18823 70%);
    background-image: url(http://www.cases-assoc.com/bundles/runroomcia/img/btn-arrow-w-down.png), -moz-linear-gradient(bottom, #e57a14 42%, #f18823 70%);
    background-image: url(http://www.cases-assoc.com/bundles/runroomcia/img/btn-arrow-w-down.png), -o-linear-gradient(bottom, #e57a14 42%, #f18823 70%);
    background-image: url(http://www.cases-assoc.com/bundles/runroomcia/img/btn-arrow-w-down.png), -ms-linear-gradient(bottom, #e57a14 42%, #f18823 70%);
    background-image: url(http://www.cases-assoc.com/bundles/runroomcia/img/btn-arrow-w-down.png), linear-gradient(bottom, #e57a14 42%, #f18823 70%);
    color: white;
  }
  .dropdown li:last-child .btn-label {
    border: 0;
  }

  /*  d4 - GENERAL LAYOUT
  ------------------------------------------------------------------------------------------------ */
  .header-main,
  .filtros,
  .content-wrapper {
    padding: 0;
    max-width: 960px;
  }

  .content-main,
  .footer-main {
    width: 100%;
    float: left;
    margin-right: 2.12766%;
    display: inline;
  }

  .content-main {
    padding-top: 48px;
    padding-top: 3rem;
    min-height: 630px;
    min-height: 39.375rem;
  }
  .home-page .content-main, .projects-list-page .content-main, .books-list-page .content-main, .book-detail-page .content-main {
    padding-top: 0;
  }
  .home-page .content-main {
    margin-bottom: 16px;
    margin-bottom: 1.5rem;
  }

  .project-detail-page .slider-wrapper,
  .book-list-header,
  .embed-wrapper {
    height: 459px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .book-list-header {
    padding-top: 48px;
    padding-top: 3rem;
  }

  .section-header {
    width: 31.91489%;
    float: left;
    margin-right: 2.12766%;
    display: inline;
    margin-bottom: 16px;
    margin-bottom: 1rem;
  }
  .section-header h1 {
    margin-bottom: 0;
  }

  .clients {
    width: 31.91489%;
    float: right;
    margin-right: 0;
    #margin-left: -20px;
    display: inline;
  }

  .text-block {
    width: 14.89362%;
    float: left;
    margin-right: 2.12766%;
    display: inline;
  }
  .text-block.plain-text:nth-child(4n) {
    float: right;
    margin-right: 0;
  }
  .text-block.vcard:nth-child(6n) {
    float: right;
    margin-right: 0;
  }

  .project-card,
  .text-block,
  .clients {
    border-bottom: 0;
  }

  .text-block,
  .clients {
    padding: 0;
  }
  .text-block h2,
  .clients h2 {
    border-left: 2px solid #e57a14;
    margin: 0 0 8px;
    margin: 0 0 .5rem;
    padding: 0 8px;
    padding: 0 .5rem;
    min-height: 36px;
    min-height: 2.25rem;
  }

  /* d4.2 - BACKGROUNDS
  ---------------------------------------------------------------------------- */
  .content-wrapper {
    background-repeat: no-repeat;
    background-position: right top;
  }
  .projects-list-page .content-wrapper {
    background-image: url(http://www.cases-assoc.com/bundles/runroomcia/img/content-wrap_bg.png);
  }
  .contact-page .content-wrapper {
    background-image: url(../img/content-wrap_bg2.png);
    background-size: 100%;
  }
  body .content-wrapper:before {
    background: url(../img/content-wrap-bef_bg.png) no-repeat center top;
    background-size: 100%;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: -2;
    width: 100%;
  }
  .project-detail-page .content-wrapper:before, .book-detail-page .content-wrapper:before {
    height: 564px;
    height: 35.25rem;
  }
  .project-detail-page .content-wrapper:before {
    background: url(../img/content-wrap-aft-pd_bg.png) repeat-x center bottom;
    background-size: auto;
  }
  .books-list-page .content-wrapper:before {
    background: url(../img/content-wrap-aft-bl_bg.png) repeat-x center top;
    box-shadow: 0 60px 100px -60px rgba(0, 0, 0, 0.15) inset, 0 -25px 55px white;
    top: 564px;
    top: 35.25rem;
    bottom: 0;
  }
  .book-detail-page .content-wrapper:before {
    background: #000;
  }

  /*  d5 - HEADER
  ------------------------------------------------------------------------------------------------ */
  /* d5.1 - HEADER LAYOUT
  ---------------------------------------------------------------------------- */
  .header-main-wrapper {
    background-position: 0 67px;
    box-shadow: none;
    padding: 24px 0 56px;
    padding: 1.5rem 0 3.5rem;
  }

  /* d5.2 - BRAND
  ---------------------------------------------------------------------------- */
  .brand {
    width: 23.40426%;
    float: left;
    margin-right: 2.12766%;
    display: inline;
    margin-top: 0;
  }
  .brand a {
    line-height: 25px;
    height: 25px;
  }

  /* d5.3 - MAIN NAV
  ---------------------------------------------------------------------------- */
  .expand-main-nav {
    display: none;
    visibility: hidden;
  }

  .nav-main-wrapper {
    clear: none;
    display: block;
    padding-top: 0;
    width: 74.46809%;
    float: right;
    margin-right: 0;
    #margin-left: -20px;
    display: inline;
  }

  .nav-main {
    position: relative;
    right: -0.5%;
  }
  .nav-main .btn {
    border-right: 1px dotted #5d5d5d;
    padding: 0 1.5%;
    width: 20%;
  }
  .nav-main .btn:last-child {
    border: 0;
    padding-right: 0;
    width: 18%;
  }
  .lt-ie9 .nav-main .btn {
    border: 0;
    width: 19%;
  }
  .lt-ie8 .nav-main .btn {
    width: 16%;
  }
  .nav-main .btn-label {
    padding: 3px 5px;
  }

  .subdown {
    padding-left:10px;
    font-size:10px !important;
    text-transform:none !important;
    background-image:none !important;
  }
  .nav-main .btn-label .act {
    background-color:#e57a14 !important; color:#ffffff !important;
  } 
  .nav-main .btn-label-actv {
    border-right: 1px dotted #5d5d5d;
    padding: 0 1.5%;
    width: 20%;
    text-transform: uppercase;
    background-color: #e57a14;
    color: white;
  }
  .nav-main .dropdown {
    width: auto;
    left: 7%;
    right: 7%;
    top: 95%;
   }
  .nav-main .dropdown .btn-label {
    text-indent: 0;
  }

  /*  d6 - FOOTER
  ------------------------------------------------------------------------------------------------ */
  .footer-main-nav {
    float: left;
  }
  .footer-main-nav .nav-item {
    width: auto;
  }
  .footer-main-nav .nav-label {
    padding: 0 8px;
    padding: 0 .5rem;
  }

  .footer-copy {
    float: right;
  }

  /*  d7 - FILTROS
  ------------------------------------------------------------------------------------------------ */
  .filtros-wrapper {
    border: 0;
    box-shadow: 0 2px 22px rgba(0, 0, 0, 0.2);
  }

  .filtros-inner-wrapper {
    padding: 24px 0;
    padding: .75rem 0;
    width: 100%;
    float: left;
    margin-right: 2.12766%;
    display: inline;
  }

  /* d8 - HOME PAGE
  ------------------------------------------------------------------------------------------------ */
  .home-page {
    /* d8.1 - HOME LAYOUT
    ---------------------------------------------------------------------------- */
    /* d8.2 - HOME HEADER
    ---------------------------------------------------------------------------- */
    /* d8.2.1 - HOME HEADER LAYOUT
    -------------------------------------------------------- */
    /* d8.2.2 - HOME NAV MAIN
    -------------------------------------------------------- */
    /* d8.3 - HOME SLIDER
    ---------------------------------------------------------------------------- */
    /* d8.4 - HOME FOOTER
    ---------------------------------------------------------------------------- */
  }
  .home-page:before {
    background: url(../img/content-wrap-aft-pd_bg.png) repeat-x center bottom;
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 266px;
    z-index: -3;
  }
  .home-page .header-main-wrapper {
    padding: 0;
  }
  .home-page .content-main {
    margin-bottom: 10px;
    min-height: 0;
  }
  .home-page .header-main {
    background: url(../img/content-wrap_bg2.png) no-repeat right 100px;
    background-size: 65%;
    max-width: 940px;
  }
  .home-page .brand {
    background: url(../img/sol361-small.png) no-repeat bottom;
    float: left;
    margin: 0;
    height: 72px;
    height: 4.5rem;
  }
  .home-page .brand, .lt-ie9 .home-page .brand {
    width: 194px;
  }
  .home-page .nav-main__outer-wrapper {
    float: right;
    width: 65%;
  }
  .home-page .tagline {
    display: block;
    margin: 16px 0 0;
    margin: 1rem 0 0;
    text-align: right;
  }
  .home-page .tagline, .lt-ie9 .home-page .tagline {
    width: 100%;
  }
  .home-page .tagline p {
    margin-bottom: 0;
  }
  .home-page .nav-main-wrapper {
    float: none;
    margin: 0;
    width: 100%;
  }
  .home-page .tagline {
    font-weight: bold;
    letter-spacing: -1px;
  }
  .home-page .nav-main {
    margin-left: 1.92308%;
    text-align: right;
  }
  .home-page .nav-main > li {
    display: inline-block;
    float: none;
  }
  .home-page .nav-main .btn {
    border: 0;
    margin-right: 6px;
    margin-right: .375rem;
    padding: 0;
    width: auto;
  }
  .home-page .nav-main:last-child .btn {
    margin-right: 0;
  }
  .home-page .nav-main .btn-label {
    background: transparent url(../img/btn-arrow-right.png) no-repeat -8px center;
    border: 0;
    color: #e57a14;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: bold;
    margin-right: 4px;
    margin-right: .25rem;
    padding: 0 0 0 8px;
    padding: 0 0 0 .5rem;
    text-transform: none;
  }
  .home-page .nav-main .btn-label:hover {
    color: #ab5a0d;
  }
  .home-page .footer-main-nav {
    margin-top: 0;
  }
  .home-page .footer-main-nav .nav-label {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    padding-left: 0;
    text-transform: uppercase;
  }
  .home-page .footer-main-nav .nav-label:before {
    content: '';
  }
  .home-page .footer-main-nav .nav-item {
    width: auto;
  }
  .home-page .footer-copy {
    float: right;
  }

  /*  d9 - PROJECTS LIST
  ------------------------------------------------------------------------------------------------ */
  .projects-list-page .section-header {
    padding: 32px 0 64px;
    padding-bottom: 2rem 0 4rem;
    width: 100%;
    float: left;
    margin-right: 2.12766%;
    display: inline;
  }
  .projects-list-page .section-header h1 {
    width: 48.93617%;
    float: left;
    margin-right: 2.12766%;
    display: inline;
  }
  .projects-list-page .section-header .section-intro {
    width: 48.93617%;
    float: right;
    margin-right: 0;
    #margin-left: -20px;
    display: inline;
  }
  .projects-list-page .section-intro {
    text-align: right;
  }

  .projects-list {
    padding-bottom: 48px;
    padding-bottom: 3rem;
    width: 100%;
    float: left;
    margin-right: 2.12766%;
    display: inline;
  }
  .projects-list > li {
    margin-bottom: 0;
    width: 14.89362%;
    float: left;
    margin-right: 2.12766%;
    display: inline;
  }
  .projects-list > li:nth-child(6n) {
    float: right;
    margin-right: 0;
  }

  /* d9.1 - PROJECT ITEM
  ---------------------------------------------------------------------------- */
  .project-item h2 {
    min-height: 2.1em;
  }
  .project-item img {
    max-width: 100%;
  }
  .project-item.website:after {
    background: url(../img/project-thumb-gradient.png) repeat-x bottom;
    content: '';
    display: block;
    pointer-events: none;
    position: absolute;
    top: 0;
    bottom: -20px;
    left: 0;
    right: 0;
    z-index: 20;
  }
  .no-pointerevents .project-item.website:after {
    display: none;
  }
  .project-item.website .project-thumb {
    box-shadow: 0 -15px 15px -15px rgba(0, 0, 0, 0.2);
    background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0, transparent),color-stop(0.43, #ffffff));
    background-image:-o-linear-gradient(linear,left top,left bottom,color-stop(0, transparent),color-stop(0.43, #ffffff));
    background-image:-moz-linear-gradient(linear,left top,left bottom,color-stop(0, transparent),color-stop(0.43, #ffffff));
    background-image:-webkit-linear-gradient(linear,left top,left bottom,color-stop(0, transparent),color-stop(0.43, #ffffff));
    background-image:-ms-linear-gradient(linear,left top,left bottom,color-stop(0, transparent),color-stop(0.43, #ffffff));
    background-image:linear-gradient(linear,left top,left bottom,color-stop(0, transparent),color-stop(0.43, #ffffff));
  }

 .project-item.web:after {
    background: url(../img/project-thumb-gradient.png) repeat-x bottom;
    content: '';
    display: block;
    pointer-events: none;
    position: absolute;
    top: 0;
    bottom: -20px;
    left: 0;
    right: 0;
    z-index: 20;
  }
  .no-pointerevents .project-item.web:after {
    display: none;
  }
  .project-item.web .project-thumb {
    box-shadow: 0 -15px 15px -15px rgba(0, 0, 0, 0.2);
    background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0, transparent),color-stop(0.43, #ffffff));
    background-image:-o-linear-gradient(linear,left top,left bottom,color-stop(0, transparent),color-stop(0.43, #ffffff));
    background-image:-moz-linear-gradient(linear,left top,left bottom,color-stop(0, transparent),color-stop(0.43, #ffffff));
    background-image:-webkit-linear-gradient(linear,left top,left bottom,color-stop(0, transparent),color-stop(0.43, #ffffff));
    background-image:-ms-linear-gradient(linear,left top,left bottom,color-stop(0, transparent),color-stop(0.43, #ffffff));
    background-image:linear-gradient(linear,left top,left bottom,color-stop(0, transparent),color-stop(0.43, #ffffff));
  }

 .project-item.app:after {
    content: '';
    display: block;
    pointer-events: none;
    position: absolute;
    top: 0;
    bottom: -20px;
    left: 0;
    right: 0;
    z-index: 20;
  }
  .no-pointerevents .project-item.app:after {
    display: none;
  }
  .project-item.app .project-thumb {
    box-shadow: 0 -15px 15px -15px rgba(0, 0, 0, 0.2);
    background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0, transparent),color-stop(0.43, #ffffff));
    background-image:-o-linear-gradient(linear,left top,left bottom,color-stop(0, transparent),color-stop(0.43, #ffffff));
    background-image:-moz-linear-gradient(linear,left top,left bottom,color-stop(0, transparent),color-stop(0.43, #ffffff));
    background-image:-webkit-linear-gradient(linear,left top,left bottom,color-stop(0, transparent),color-stop(0.43, #ffffff));
    background-image:-ms-linear-gradient(linear,left top,left bottom,color-stop(0, transparent),color-stop(0.43, #ffffff));
    background-image:linear-gradient(linear,left top,left bottom,color-stop(0, transparent),color-stop(0.43, #ffffff));
  }

  .project-item-card,
  .project-item .project-thumb {
    float: none;
    margin-right: 0;
    margin-left: 0;
    width: 100%;
  }

  .project-date {
    margin-bottom: 8px;
  }

  /* d9.2 - MORE ITEMS BUTTON
  ---------------------------------------------------------------------------- */
  .js-more-items {
    margin-bottom: 48px;
    margin-bottom: 3rem;
    width: 14.89362%;
    float: left;
    margin-right: 2.12766%;
    display: inline;
    margin-left: 42.55319%;
  }

  /* d10 - PROJECTS DETAIL PAGE
  ------------------------------------------------------------------------------------------------ */
  .card-wrapper {
    padding-top: 0;
  }

  .project-desc-tit {
    width: 23.40426%;
    float: left;
    margin-right: 2.12766%;
    display: inline;
  }

  .project-desc,
  .project-card,
  .project-quote,
  .book-shop {
    padding: 0 .5rem;
    border-left: 1px dotted;
    padding: 0 8px;
    padding: 0 .5rem;
    min-height: 144px;
    min-height: 9rem;
  }

  .project-desc {
    width: 40.42553%;
    float: left;
    margin-right: 2.12766%;
    display: inline;
  }

  .project-card {
    width: 14.89362%;
    float: left;
    margin-right: 2.12766%;
    display: inline;
  }

  .project-quote,
  .book-shop {
    width: 14.89362%;
    float: right;
    margin-right: 0;
    #margin-left: -20px;
    display: inline;
  }

  .project-card {
    border-width: 0 0 0 1px;
    list-style-position: outside;
    margin-top: 0;
    margin-bottom: 0;
  }
  .project-card strong {
    display: block;
  }
  .project-card strong:after {
    content: none;
  }

  .project-quote,
  .book-shop {
    border-left-style: solid;
  }

  .quote-author {
    margin-bottom: .5em;
  }

  /* d10.2 - SLIDER
  ---------------------------------------------------------------------------- */
  .project-detail-page .slider-wrapper {
    background-color: transparent;
    margin: 0 auto;
    padding: 16px 0;
    padding: 1rem 0;
    position: relative;
    width: 100%;
  }
  .pointerevents .project-detail-page .slider-wrapper:before, .pointerevents .project-detail-page .slider-wrapper:after {
    content: '';
    display: block;
    pointer-events: none;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 292px;
    z-index: 10;
  }
  .pointerevents .project-detail-page .slider-wrapper:before {
    background: url(../img/slider-gradient-l.png) no-repeat left bottom;
    left: -1px;
  }
  .pointerevents .project-detail-page .slider-wrapper:after {
    background: url(../img/slider-gradient-r.png) no-repeat right bottom;
    right: -1px;
  }
  .home-page .project-detail-page .slider-wrapper {
    width: 940px;
  }
  .project-detail-page .visibleNearby .rsActiveSlide:hover:after {
    background-size: 100% auto;
  }
  .project-detail-page .light-box-slider {
    display: block;
    margin: 0;
    position: relative;
  }
  .project-detail-page .light-box-slider .royalSlider {
    display: block;
    width: 47em;
    height: 620px;
  }
  .project-detail-page .light-box-slider .light-box-header {
    display: block;
  }
  .project-detail-page .light-box-slider .rsArrow {
    display: block;
    visibility: visible;
  }

  /* d12 - INTEGRATION
  ------------------------------------------------------------------------------------------------ */
  .clients-list > li {
    background: url(../img/sprite.png) no-repeat left bottom;
    float: left;
    margin-bottom: 16px;
    margin-bottom: 1rem;
    padding: 0 3em 16px 0;
    padding: 0 3em 1rem 0;
    width: 50%;
  }
  .clients-list > li:nth-child(odd):nth-child(n+3) {
    clear: left;
  }
  .clients-list strong {
    display: block;
  }

  /* d13 - BOOK LIST
  ------------------------------------------------------------------------------------------------ */
  .book-list-header {
    margin-bottom: 16px;
    margin-bottom: 1rem;
    width: 100%;
    float: left;
    margin-right: 2.12766%;
    display: inline;
  }
  .book-list-header h1,
  .book-list-header p {
    position: relative;
    width: 28%;
    z-index: 2;
  }

  .book-cover-big {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 80%;
  }
  .book-cover-big img {
    display: block;
    position: relative;
    z-index: -3;
  }

  .books-list-wrapper h2 {
    border-left: 1px solid #5d5d5d;
    padding-left: 8px;
    padding-left: .5rem;
    font-size: 13px;
    font-size: 0.8125rem;
    width: 14.89362%;
    float: left;
    margin-right: 2.12766%;
    display: inline;
  }

  .book-item {
    font-size: 15px;
    font-size: 0.9375rem;
    width: 16%;
    float: left;
    #margin-right: 2.12766%;
    display: inline;
  }
  .book-item img {
    display: block;
    max-width: 93px;
  }
  .lt-ie9 .book-item img {
    width: 93px;
  }
  .book-item:nth-child(5n+6) {
    margin-left: 17.02128%;
  }

  /* d14 - BOOK DETAIL
  ------------------------------------------------------------------------------------------------ */
  .book-detail-page .fc-panel {
    margin: 24px auto 0 !important;
    margin: 1.5rem auto 0 !important;
  }

  .embed-wrapper .fallback {
    margin: 0 auto;
    position: relative;
    top: 112px;
    top: 7rem;
    width: 30%;
  }
  .embed-wrapper .fallback > a {
    display: block;
  }
  .embed-wrapper .fallback img {
    display: block;
    margin: 0 auto 1em;
    visibility: visible;
  }
  .embed-wrapper object {
    display: block;
    margin: 32px auto 0;
    margin: 2rem auto 0;
    visibility: visible;
    width: 600px;
    height: 400px;
    max-width: 100%;
  }
  .embed-wrapper .btn-mobile {
    display: none;
    visibility: hidden;
  }

  /* d - CONTACTO
  ------------------------------------------------------------------------------------------------ */
  .vcard {
    text-align: left;
  }
  .vcard h2 {
    font-size: 13px;
    font-size: 0.8125rem;
  }

  .contact-page .section-header {
    display: block;
    float: none;
  }
  .contact-page .contact-list {
    display: block;
    width: 100%;
  }

  /*  - 404
  ------------------------------------------------------------------------------------------------ */
  .error-page .content-main h2 {
    background-size: 100% auto;
    display: block;
    float: none;
    margin: 128px auto 40px;
    margin: 8rem auto 2.5rem;
    width: 90%;
    max-width: 780px;
    height: 136px;
    height: 9rem;
  }
  .error-page .content-main p {
    font-size: 30px;
    font-size: 1.875rem;
    width: 40.42553%;
    float: left;
    margin-right: 2.12766%;
    display: inline;
    margin-left: 30.85106%;
  }
}
/* DESKTOP
---------------------------------------------------------------------------- */
@media screen and (min-width: 60em) {
  /*  d4 - GENERAL LAYOUT
  ------------------------------------------------------------------------------------------------ */
  /* d10 - PROJECTS DETAIL PAGE
  ------------------------------------------------------------------------------------------------ */
  /* d10.2 - SLIDER
  ---------------------------------------------------------------------------- */
  .light-box-slider .royalSlider {
    width: 937px;
  }
}
/* FIXES
---------------------------------------------------------------------------- */
@media screen and (min-height: 53em) {
  .home-page {
    position: static;
  }
  .home-page:before {
    position: fixed;
  }
}
@media screen and (min-width: 63em) {
  .light-box-header .logo-cases {
    float: left;
  }
  .light-box-header .gallery-title {
    float: right;
  }

  .pointerevents .light-box-slider:before, .pointerevents .light-box-slider:after {
    content: '';
    display: block;
    pointer-events: none;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 292px;
    z-index: 10;
  }
  .pointerevents .light-box-slider:before {
    background-color: transparent;
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0) 0%, black 100%);
    background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0) 0%, black 100%);
    background-image: -ms-linear-gradient(right, rgba(0, 0, 0, 0) 0%, black 100%);
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0) 0%, black 100%);
    background-image: linear-gradient(right, rgba(0, 0, 0, 0) 0%, #000000 100%);
    left: -1px;
  }
  .pointerevents .light-box-slider:after {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, black 100%);
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, black 100%);
    background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0) 0%, black 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, black 100%);
    background-image: linear-gradient(left, rgba(0, 0, 0, 0) 0%, #000000 100%);
    right: -1px;
  }

  #cboxClose {
    top: 12px;
    top: .75rem;
    right: -10%;
  }
}
/* 8.3 - HOME SLIDER
---------------------------------------------------------------------------- */
.home-page .slider-wrapper {
  margin: 8px auto 0;
  margin: .5rem auto 0;
  max-width: 940px;
}
.home-page .royalSlider {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.75) inset;
  overflow: hidden;
  width: 100%;
}
.home-page .rsSlide {
#  z-index: -1;
}
.lt-ie9 .home-page .rsSlide {
  z-index: 0;
}
.home-page .image-comment {
  background: #e57a14;
  background: rgba(229, 122, 20, 0.9);
  color: #fff;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 18px;
  padding: 10px;
  position: absolute;
  top: auto;
  bottom: 48px;
  bottom: 3rem;
  left: auto;
  right: 0;
  width: 403px;
  height: 122px;
  z-index: 1;
  letter-spacing: 0.3px
}
.home-page .image-comment h2 {
  font-size: 21px;
  font-size: 1.3125rem;
  margin-bottom: 4px;
  letter-spacing: 0.3px;
}
.home-page .image-comment p {
  margin-bottom: 0;
}

@media screen and (max-width: 752px) {
  .home-page .image-comment {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.1;
    padding: 4px 8px;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    z-index: 1;
  }
  .home-page .image-comment h2 {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 4px;
  }
  .home-page .image-comment p {
    margin-bottom: 0;
  }
}
/* - HELPERS
------------------------------------------------------------------------------------------------ */
/* - CLEARFIX
---------------------------------------------------------------------------- */
.nav, .header-main,
.filtros,
.content-wrapper,
.light-box-header, .content-main, .card-wrapper, .filtros-wrapper, .filtros-inner-wrapper, .clients, .book-item {
  *zoom: 1;
}
.nav:before, .header-main:before,
.filtros:before,
.content-wrapper:before,
.light-box-header:before, .content-main:before, .card-wrapper:before, .filtros-wrapper:before, .filtros-inner-wrapper:before, .clients:before, .book-item:before, .nav:after, .header-main:after,
.filtros:after,
.content-wrapper:after,
.light-box-header:after, .content-main:after, .card-wrapper:after, .filtros-wrapper:after, .filtros-inner-wrapper:after, .clients:after, .book-item:after {
  content: " ";
  display: table;
}
.nav:after, .header-main:after,
.filtros:after,
.content-wrapper:after,
.light-box-header:after, .content-main:after, .card-wrapper:after, .filtros-wrapper:after, .filtros-inner-wrapper:after, .clients:after, .book-item:after {
  clear: both;
}

/* - IMAGE REPLEACEMENT
---------------------------------------------------------------------------- */
.home-page .brand {
  background-color: transparent;
  background-repeat: no-repeat;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}
.home-page .brand:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}

/* - HIDE VISUALLY
---------------------------------------------------------------------------- */