/*
	Theme Name: Jordi Ruiz Cirera Photography
	Version: 1.0
	Author: Jordi Colomer Eusebio (@sindiploma)
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device 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; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * 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/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

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

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

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

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

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

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

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

/**
 * 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/10.
 */
img {
  border: 0; }

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

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

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
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; }

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 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 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 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/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/*
////////////// COLOURS
*/
/*
////////////// Margins
*/
/*
////////////// PATHS
*/
/*
////////////// FOUNDATION
*/
meta.foundation-version {
  font-family: "/5.5.1/"; }

meta.foundation-mq-small {
  font-family: "/only screen and (min-width:641px)/";
  width: 641px; }

meta.foundation-mq-small-only {
  font-family: "/only screen and (min-width:641px) and (max-width:767px)/";
  width: 641px; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:768px)/";
  width: 768px; }

meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:768px) and (max-width:1024px)/";
  width: 768px; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:1025px)/";
  width: 1025px; }

meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:1025px) and (max-width:1280px)/";
  width: 1025px; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:1281px)/";
  width: 1281px; }

meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:1281px) and (max-width:99999999em)/";
  width: 1281px; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.0625em)/";
  width: 120.0625em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit; }

html,
body {
  font-size: 100%; }

body {
  background: #fff;
  color: #222;
  cursor: auto;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  position: relative; }

a:hover {
  cursor: pointer; }

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

img {
  -ms-interpolation-mode: bicubic; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.hide {
  display: none; }

.invisible {
  visibility: hidden; }

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

.row {
  margin: 0 auto;
  max-width: 75rem;
  width: 100%; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }
  .row.collapse > .column,
  .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row .row {
    margin: 0 -0.625rem;
    max-width: none;
    width: auto; }
    .row .row:before, .row .row:after {
      content: " ";
      display: table; }
    .row .row:after {
      clear: both; }
    .row .row.collapse {
      margin: 0;
      max-width: none;
      width: auto; }
      .row .row.collapse:before, .row .row.collapse:after {
        content: " ";
        display: table; }
      .row .row.collapse:after {
        clear: both; }

.column,
.columns {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: 100%;
  float: left; }

[class*="column"] + [class*="column"]:last-child {
  float: right; }

[class*="column"] + [class*="column"].end {
  float: left; }

@media only screen and (min-width: 641px) {
  .small-push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .small-pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .small-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .small-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .small-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .small-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .small-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .small-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .small-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .small-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .small-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .small-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .small-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .small-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .small-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .small-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .small-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .small-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    float: left; }
  .small-1 {
    width: 8.33333%; }
  .small-2 {
    width: 16.66667%; }
  .small-3 {
    width: 25%; }
  .small-4 {
    width: 33.33333%; }
  .small-5 {
    width: 41.66667%; }
  .small-6 {
    width: 50%; }
  .small-7 {
    width: 58.33333%; }
  .small-8 {
    width: 66.66667%; }
  .small-9 {
    width: 75%; }
  .small-10 {
    width: 83.33333%; }
  .small-11 {
    width: 91.66667%; }
  .small-12 {
    width: 100%; }
  .small-offset-0 {
    margin-left: 0 !important; }
  .small-offset-1 {
    margin-left: 8.33333% !important; }
  .small-offset-2 {
    margin-left: 16.66667% !important; }
  .small-offset-3 {
    margin-left: 25% !important; }
  .small-offset-4 {
    margin-left: 33.33333% !important; }
  .small-offset-5 {
    margin-left: 41.66667% !important; }
  .small-offset-6 {
    margin-left: 50% !important; }
  .small-offset-7 {
    margin-left: 58.33333% !important; }
  .small-offset-8 {
    margin-left: 66.66667% !important; }
  .small-offset-9 {
    margin-left: 75% !important; }
  .small-offset-10 {
    margin-left: 83.33333% !important; }
  .small-offset-11 {
    margin-left: 91.66667% !important; }
  .small-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto; }
  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.small-uncentered,
  .columns.small-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .column.small-centered:last-child,
  .columns.small-centered:last-child {
    float: none; }
  .column.small-uncentered:last-child,
  .columns.small-uncentered:last-child {
    float: left; }
  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right; }
  .row.small-collapse > .column,
  .row.small-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.small-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.small-uncollapse > .column,
  .row.small-uncollapse > .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    float: left; } }

@media only screen and (min-width: 768px) {
  .medium-push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .medium-pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .medium-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .medium-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .medium-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .medium-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .medium-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .medium-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .medium-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .medium-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .medium-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .medium-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .medium-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .medium-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .medium-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .medium-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .medium-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .medium-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    float: left; }
  .medium-1 {
    width: 8.33333%; }
  .medium-2 {
    width: 16.66667%; }
  .medium-3 {
    width: 25%; }
  .medium-4 {
    width: 33.33333%; }
  .medium-5 {
    width: 41.66667%; }
  .medium-6 {
    width: 50%; }
  .medium-7 {
    width: 58.33333%; }
  .medium-8 {
    width: 66.66667%; }
  .medium-9 {
    width: 75%; }
  .medium-10 {
    width: 83.33333%; }
  .medium-11 {
    width: 91.66667%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-0 {
    margin-left: 0 !important; }
  .medium-offset-1 {
    margin-left: 8.33333% !important; }
  .medium-offset-2 {
    margin-left: 16.66667% !important; }
  .medium-offset-3 {
    margin-left: 25% !important; }
  .medium-offset-4 {
    margin-left: 33.33333% !important; }
  .medium-offset-5 {
    margin-left: 41.66667% !important; }
  .medium-offset-6 {
    margin-left: 50% !important; }
  .medium-offset-7 {
    margin-left: 58.33333% !important; }
  .medium-offset-8 {
    margin-left: 66.66667% !important; }
  .medium-offset-9 {
    margin-left: 75% !important; }
  .medium-offset-10 {
    margin-left: 83.33333% !important; }
  .medium-offset-11 {
    margin-left: 91.66667% !important; }
  .medium-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto; }
  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.medium-uncentered,
  .columns.medium-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .column.medium-centered:last-child,
  .columns.medium-centered:last-child {
    float: none; }
  .column.medium-uncentered:last-child,
  .columns.medium-uncentered:last-child {
    float: left; }
  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right; }
  .row.medium-collapse > .column,
  .row.medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.medium-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.medium-uncollapse > .column,
  .row.medium-uncollapse > .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    float: left; }
  .push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; } }

@media only screen and (min-width: 1025px) {
  .large-push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .large-pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .large-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .large-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .large-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .large-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .large-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .large-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .large-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .large-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .large-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .large-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .large-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .large-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .large-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .large-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .large-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .large-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    float: left; }
  .large-1 {
    width: 8.33333%; }
  .large-2 {
    width: 16.66667%; }
  .large-3 {
    width: 25%; }
  .large-4 {
    width: 33.33333%; }
  .large-5 {
    width: 41.66667%; }
  .large-6 {
    width: 50%; }
  .large-7 {
    width: 58.33333%; }
  .large-8 {
    width: 66.66667%; }
  .large-9 {
    width: 75%; }
  .large-10 {
    width: 83.33333%; }
  .large-11 {
    width: 91.66667%; }
  .large-12 {
    width: 100%; }
  .large-offset-0 {
    margin-left: 0 !important; }
  .large-offset-1 {
    margin-left: 8.33333% !important; }
  .large-offset-2 {
    margin-left: 16.66667% !important; }
  .large-offset-3 {
    margin-left: 25% !important; }
  .large-offset-4 {
    margin-left: 33.33333% !important; }
  .large-offset-5 {
    margin-left: 41.66667% !important; }
  .large-offset-6 {
    margin-left: 50% !important; }
  .large-offset-7 {
    margin-left: 58.33333% !important; }
  .large-offset-8 {
    margin-left: 66.66667% !important; }
  .large-offset-9 {
    margin-left: 75% !important; }
  .large-offset-10 {
    margin-left: 83.33333% !important; }
  .large-offset-11 {
    margin-left: 91.66667% !important; }
  .large-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto; }
  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.large-uncentered,
  .columns.large-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .column.large-centered:last-child,
  .columns.large-centered:last-child {
    float: none; }
  .column.large-uncentered:last-child,
  .columns.large-uncentered:last-child {
    float: left; }
  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right; }
  .row.large-collapse > .column,
  .row.large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.large-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.large-uncollapse > .column,
  .row.large-uncollapse > .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    float: left; }
  .push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; } }

/*
 |--------------------------------------------------------------------------
 | Base: Fonts
 |--------------------------------------------------------------------------
 */
/* Tiempos Light */
@font-face {
  font-family: 'Tiempos Light';
  src: url("assets/fonts/TiemposHeadline-Light.eot");
  src: url("assets/fonts/TiemposHeadline-Light.eot?#iefix") format("embedded-opentype"), url("assets/fonts/TiemposHeadline-Light.woff") format("woff"), url("assets/fonts/TiemposHeadline-Light.ttf") format("truetype"), url("assets/fonts/TiemposHeadline-Light.svg#Tiempos Headline Light") format("svg");
  font-style: normal;
  font-weight: normal; }

/* Tiempos Light Italic */
@font-face {
  font-family: 'Tiempos Light Italic';
  src: url("assets/fonts/TiemposHeadline-LightItalic.eot");
  src: url("assets/fonts/TiemposHeadline-LightItalic.eot?#iefix") format("embedded-opentype"), url("assets/fonts/TiemposHeadline-LightItalic.woff") format("woff"), url("assets/fonts/TiemposHeadline-LightItalic.ttf") format("truetype"), url("assets/fonts/TiemposHeadline-LightItalic.svg#Tiempos Headline Light") format("svg");
  font-style: normal;
  font-weight: normal; }

/* Tiempos Regular */
@font-face {
  font-family: 'Tiempos Regular';
  src: url("assets/fonts/TiemposHeadline-Regular.eot");
  src: url("assets/fonts/TiemposHeadline-Regular.eot?#iefix") format("embedded-opentype"), url("assets/fonts/TiemposHeadline-Regular.woff") format("woff"), url("assets/fonts/TiemposHeadline-Regular.ttf") format("truetype"), url("assets/fonts/TiemposHeadline-Regular.svg#Tiempos Headline Regular") format("svg");
  font-style: normal;
  font-weight: normal; }

/* Tiempos Regular Italic */
@font-face {
  font-family: 'Tiempos Regular Italic';
  src: url("assets/fonts/TiemposHeadline-RegularItalic.eot");
  src: url("assets/fonts/TiemposHeadline-RegularItalic.eot?#iefix") format("embedded-opentype"), url("assets/fonts/TiemposHeadline-RegularItalic.woff") format("woff"), url("assets/fonts/TiemposHeadline-RegularItalic.ttf") format("truetype"), url("assets/fonts/TiemposHeadline-RegularItalic.svg#Tiempos Headline Regular") format("svg");
  font-style: normal;
  font-weight: normal; }

/* Tiempos Medium */
@font-face {
  font-family: 'Tiempos Medium';
  src: url("assets/fonts/TiemposHeadline-Medium.eot");
  src: url("assets/fonts/TiemposHeadline-Medium.eot?#iefix") format("embedded-opentype"), url("assets/fonts/TiemposHeadline-Medium.woff") format("woff"), url("assets/fonts/TiemposHeadline-Medium.ttf") format("truetype"), url("assets/fonts/TiemposHeadline-Medium.svg#Tiempos Headline Medium") format("svg");
  font-style: normal;
  font-weight: normal; }

/* Tiempos Medium Italic */
@font-face {
  font-family: 'Tiempos Medium Italic';
  src: url("assets/fonts/TiemposHeadline-MediumItalic.eot");
  src: url("assets/fonts/TiemposHeadline-MediumItalic.eot?#iefix") format("embedded-opentype"), url("assets/fonts/TiemposHeadline-MediumItalic.woff") format("woff"), url("assets/fonts/TiemposHeadline-MediumItalic.ttf") format("truetype"), url("assets/fonts/TiemposHeadline-MediumItalic.svg#Tiempos Headline Medium") format("svg");
  font-style: normal;
  font-weight: normal; }

/* Gotham Bold */
@font-face {
  font-family: 'Gotham Bold';
  src: url("assets/fonts/Gotham-Bold.eot");
  src: url("assets/fonts/Gotham-Bold.eot?#iefix") format("embedded-opentype"), url("assets/fonts/Gotham-Bold.woff") format("woff"), url("assets/fonts/Gotham-Bold.ttf") format("truetype"), url("assets/fonts/Gotham-Bold.svg#Tiempos Text") format("svg");
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: "jrcicons";
  src: url("assets/fonts/jrcicons.eot");
  src: url("assets/fonts/jrcicons.eot?#iefix") format("eot"), url("assets/fonts/jrcicons.woff2") format("woff2"), url("assets/fonts/jrcicons.woff") format("woff"), url("assets/fonts/jrcicons.ttf") format("truetype"), url("assets/fonts/jrcicons.svg#jrcicons") format("svg"); }

.icon:before {
  font-family: "jrcicons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  /* speak: none; only necessary if not using the private unicode range (firstGlyph option) */
  text-decoration: none;
  text-transform: none; }

.icon-angle-bottom:before {
  content: "\E001"; }

.icon-angle-left:before {
  content: "\E002"; }

.icon-angle-right:before {
  content: "\E003"; }

.icon-social-fb:before {
  content: "\E004"; }

.icon-social-ig:before {
  content: "\E005"; }

.icon-social-vi:before {
  content: "\E006"; }

/*
 |--------------------------------------------------------------------------
 | Base: Type
 |--------------------------------------------------------------------------
 */
body {
  font-family: 'Tiempos Light', Times New Roman, serif;
  color: #000000;
  font-size: 13px;
  line-height: 21px; }

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  font-family: inherit;
  font-weight: normal; }

p {
  margin: 0;
  font-family: inherit;
  font-size: inherit; }

ul,
ol,
dl {
  font-family: inherit;
  font-size: inherit; }

/*
 |--------------------------------------------------------------------------
 | Base: Buttons
 |--------------------------------------------------------------------------
 */
.button {
  display: inline-block;
  margin: 0;
  padding: 0;
  border-style: solid;
  border-width: 1px;
  border-radius: 0;
  font-family: inherit;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  text-transform: uppercase; }
  .button.small {
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
    letter-spacing: 1.3px; }
  .button.medium {
    height: 31px;
    line-height: 31px;
    padding: 0 10px; }
    .button.medium i {
      font-size: 18px; }
  .button.large {
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    font-size: 14px; }
    @media only screen and (min-width: 768px) {
      .button.large {
        height: 45px;
        line-height: 45px;
        padding: 0 10px;
        font-size: 16px; } }
    .button.large.multiline {
      max-width: 400px;
      padding-top: 4px;
      padding-bottom: 4px;
      font-size: 20px;
      line-height: 1em; }
  .button.expand {
    width: 100%; }
  .button.primary {
    background: #CC020B;
    border: solid 1px #CC020B;
    color: #FFFFFF;
    transition: all .2s ease; }
    .button.primary:hover, .button.primary:focus {
      outline: none; }

/*
 |--------------------------------------------------------------------------
 | Base: Layout
 |--------------------------------------------------------------------------
 */
figure {
  margin: 0; }

body {
  min-height: 100%;
  margin: 0;
  padding: 0;
  background: #FFFFFF;
  color: #333; }

.body-wrap {
  min-height: inherit; }

main {
  min-height: inherit;
  transition: all .2s ease; }
  main.pushed {
    transform: translate3d(-8%, 0, 0); }

/*
 |--------------------------------------------------------------------------
 | Base: Header
 |--------------------------------------------------------------------------
 */
header[role=banner] {
  position: fixed;
  top: 30px;
  right: 20px;
  left: 20px;
  z-index: 160; }
  @media only screen and (min-width: 768px) {
    header[role=banner] {
      top: 20px;
      right: 20px;
      left: 20px; } }

.main_logo {
  position: relative;
  z-index: 2;
  float: left;
  width: 160px; }

.main_nav {
  display: flex;
  flex-direction: column;
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  padding: 110px 20px 40px 20px;
  overflow: auto;
  overflow-x: hidden;
  background: #FFFFFF;
  text-align: center;
  transition: all .2s ease;
  opacity: 0;
  visibility: hidden; }
  @media only screen and (min-width: 768px) {
    .main_nav {
      width: auto;
      max-width: 320px;
      padding: 110px 20px 40px 72px;
      text-align: right;
      transform: translate(100%, 0); } }
  .main_nav.visible {
    opacity: 1;
    visibility: visible; }
    @media only screen and (min-width: 768px) {
      .main_nav.visible {
        transform: translate(0, 0); } }
  .main_nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
    flex: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: auto; }
    @media only screen and (min-width: 768px) {
      .main_nav-list {
        justify-content: flex-start; } }
    .main_nav-list a {
      display: block;
      font-size: 12px;
      color: inherit;
      text-decoration: none;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
    .main_nav-list > .menu-item {
      padding: 4px 0 8px 0; }
      .main_nav-list > .menu-item > a {
        display: inline-block;
        line-height: 1.6em;
        border-bottom: solid 2px transparent;
        font-family: 'Gotham Bold', arial, sans-serif;
        text-transform: uppercase; }
      .main_nav-list > .menu-item .sub-menu {
        list-style: none;
        padding: 0;
        margin: 0;
        overflow: hidden; }
        .main_nav-list > .menu-item .sub-menu .menu-item {
          font-family: 'Tiempos Regular';
          color: rgba(0, 0, 0, 0.6); }
          .main_nav-list > .menu-item .sub-menu .menu-item.current-menu-item {
            font-family: 'Tiempos Medium Italic';
            color: black; }
          .main_nav-list > .menu-item .sub-menu .menu-item:hover {
            color: black; }
          .main_nav-list > .menu-item .sub-menu .menu-item:last-child {
            padding-bottom: 8px; }
      .main_nav-list > .menu-item.current-menu-parent > a, .main_nav-list > .menu-item.current_page_item > a {
        border-bottom-color: #191919; }
      .main_nav-list > .menu-item:not(.menu-item-has-children) > a:hover {
        border-bottom-color: rgba(25, 25, 25, 0.2); }
      .main_nav-list > .menu-item.menu-item-has-children > a {
        position: relative; }
        .main_nav-list > .menu-item.menu-item-has-children > a:before {
          position: absolute;
          left: -16px;
          top: 0;
          opacity: 0;
          line-height: 1em;
          transform: translateX(-10px);
          transition: all .2s ease; }
  .main_nav-toggle {
    position: fixed;
    top: 30px;
    right: 20px;
    z-index: 180;
    font-family: 'Gotham Bold', arial, sans-serif;
    color: inherit;
    text-transform: uppercase;
    text-decoration: none; }
    @media only screen and (min-width: 768px) {
      .main_nav-toggle {
        top: 20px;
        right: 20px; } }

.social-list {
  list-style: none;
  padding: 0;
  margin: 24px 0 0; }

.social-item {
  display: inline-block; }
  .social-item a {
    display: inline-block;
    display: inline-block;
    width: 28px;
    height: 28px;
    border-radius: 28px;
    text-align: center;
    background-clip: padding-box;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    line-height: 28px;
    transition: all .2s ease; }
    .social-item a:hover {
      box-shadow: 0 0 0 2px #000000; }
      .social-item a:hover .icon {
        color: black; }
  .social-item .icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    vertical-align: middle;
    color: rgba(0, 0, 0, 0.6); }
  .social-item + .social-item {
    margin-left: 4px; }

/*
 |--------------------------------------------------------------------------
 | Components: Slide
 |--------------------------------------------------------------------------
 */
.slide-section {
  position: relative;
  height: 85vh;
  padding: 110px 0 80px;
}
  @media only screen and (min-width: 768px) {
    .slide-section {
      height: 90vh;
      padding: 50px 0 0; } }
  .slide-section--has_caption {
    height: 87vh;
    padding: 90px 0 0; }
    @media only screen and (min-width: 768px) {
      .slide-section--has_caption {
        height: 90vh;
        padding: 50px 0 30px; } }
  @media only screen and (min-width: 768px) {
    .slide-section--has_title {
      height: 100vh;
      padding: 50px 0 30px; } }

.slide-wrapper {
  position: relative;
  height: 100%; }

.slide-cell {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

.slide-list {
  height: 100%; }
  .slide-list .slick-list {
    height: 100%; }
  .slide-list .slick-track {
    height: 100%; }
  .slide-list--has_caption .slide-item .capt {
    text-align: center; }
    @media only screen and (min-width: 768px) {
      .slide-list--has_caption .slide-item .capt {
        height: 0;
        opacity: 0;
        text-align: left; } }
  @media only screen and (min-width: 768px) {
    .slide-list--has_caption .slide-item .figure {
      display: flex;
      flex-direction: column; } }
  @media only screen and (min-width: 768px) {
    .slide-list--has_caption .slide-item .figure .img {
      flex: 1;
      height: auto; } }
  .slide-list--has_caption + .slide-controls {
    display: flex; }
  .slide-list--show_caption .slide-item .capt {
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    background: rgba(255, 255, 255, 0.9);
    opacity: 1; }
    @media only screen and (min-width: 768px) {
      .slide-list--show_caption .slide-item .capt {
        position: relative;
        left: initial;
        top: initial;
        height: 100px; } }
  .slide-list--has_title .slide-item .capt {
    text-align: center; }
  .slide-list--has_title .slide-item .figure {
    display: flex;
    flex-direction: column; }
    .slide-list--has_title .slide-item .figure .img {
      flex: 1;
      height: auto; }

.slide-item {
  position: relative;
  outline: none;
  padding: 0 20px 0 20px; }
  .slide-item .figure {
    position: relative;
    height: 100%; }
    .slide-item .figure .img {
      position: relative;
      height: 100%; }
    .slide-item .figure .wrap {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      height: 100%;
      text-align: center; }
      .slide-item .figure .wrap:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -0.25em; }
    .slide-item .figure .spinner {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background: #FFFFFF;
      z-index: 2; }
    .slide-item .figure img {
      position: relative;
      z-index: 2;
      display: inline-block !important;
      width: auto;
      max-height: 100%;
      vertical-align: middle;
      opacity: 1;
      transition: opacity .1s ease; }
/*
      .slide-item .figure img.slick-loading {
        opacity: 0;visibility: hidden; }
*/
    .slide-item .figure .capt {
      padding: 0;
      transition: all .3s ease; }
      .slide-item .figure .capt:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -0.25em; }
      .slide-item .figure .capt .desc {
        display: inline-block !important;
        width: 80%;
        max-width: 550px;
        max-height: 100%;
        vertical-align: middle;
        font-size: 12px;
        line-height: 18px; }
      .slide-item .figure .capt .tit {
        margin-top: 8px;
        font-size: inherit; }
        .slide-item .figure .capt .tit > a {
          color: inherit;
          text-decoration: none; }
      @media only screen and (min-width: 768px) {
        .slide-item .figure .capt {
          overflow: hidden; }
          .slide-item .figure .capt:before {
            content: none; }
          .slide-item .figure .capt .desc {
            display: block !important;
            margin: 32px auto 0; } }

.slide-controls {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  position: relative;
  z-index: 120;
  margin-top: 20px;
  text-align: center; }
  @media only screen and (min-width: 641px) {
    .slide-controls {
      display: none;
      justify-content: center; } }
  .slide-controls .slick-arrow,
  .slide-controls .link {
    padding: 0;
    background: none;
    border: 0;
    line-height: 24px;
    padding: 0 4px;
    margin: 0 4px;
    font-size: 12px;
    color: inherit;
    outline: 0;
    text-decoration: none;
    transition: opacity .2s ease; }
    .slide-controls .slick-arrow.slick-disabled,
    .slide-controls .link.slick-disabled {
      opacity: 0;
      cursor: default;
      pointer-events: none; }
    .slide-controls .slick-arrow.disabled,
    .slide-controls .link.disabled {
      opacity: .4;
      cursor: default; }
    .slide-controls .slick-arrow.active,
    .slide-controls .link.active {
      font-family: 'Tiempos Medium'; }
  .slide-controls .slick-arrow * + * {
    margin-left: 4px; }
  .slide-controls .slick-arrow span {
    display: none;
    vertical-align: text-bottom; }
    @media only screen and (min-width: 768px) {
      .slide-controls .slick-arrow span {
        display: inline-block; } }
  .slide-controls .slick-arrow .icon {
    font-size: 11px;
    vertical-align: top; }
    .slide-controls .slick-arrow .icon:before {
      vertical-align: top; }

#thumbnails-toggle {
  display: none; }
  @media only screen and (min-width: 768px) {
    #thumbnails-toggle {
      display: inline-block; } }

#slide-caption {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 30px 20px 80px 20px;
  z-index: 220;
  background: rgba(255, 255, 255, 0.9); }
  @media only screen and (min-width: 768px) {
    #slide-caption {
      padding: 20px 20px 70px 20px; } }
  #slide-caption.visible {
    display: block; }

.slide-caption {
  position: relative;
  height: 100%;
  text-align: center; }
  .slide-caption:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em; }
  .slide-caption .txt {
    display: inline-block !important;
    max-height: 100%;
    vertical-align: middle;
    max-width: 550px;
    margin: auto; }

.caption-controls {
  margin-top: 20px;
  text-align: center; }
  .caption-controls .close {
    padding: 0;
    background: none;
    border: 0;
    line-height: 24px;
    padding: 0 4px;
    margin: 0 4px;
    font-size: 12px;
    color: inherit;
    outline: 0;
    text-decoration: none; }

.cursor {
  position: absolute;
  transition: all .1s ease-out; }
  .cursor .bubble {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    text-align: center;
    background-clip: padding-box;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    line-height: 40px;
    background: rgba(255, 255, 255, 0.6);
    text-align: center;
    transform: translate(-50%, -50%);
    font-size: 18px; }

/*
 |--------------------------------------------------------------------------
 | Component: Spinner
 |--------------------------------------------------------------------------
 */
.loading_overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #FFFFFF;
  z-index: 2; }

.uil-ring-css {
  background: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 40px;
  height: 40px; }

/*
 |--------------------------------------------------------------------------
 | Component: Grid
 |--------------------------------------------------------------------------
 */
.projects-section,
.thumbnails-section {
  margin: 110px 20px 80px 20px;
  opacity: .2;
  transition: opacity .3s ease; }
  @media only screen and (min-width: 768px) {
    .projects-section,
    .thumbnails-section {
      margin: 50px 20px 70px 20px; } }
  .projects-section.visible,
  .thumbnails-section.visible {
    opacity: 1; }

.projects-list,
.thumbnails-list {
  list-style: none;
  padding: 0;
  margin: 0;
  margin: 0 auto;
  max-width: 75rem;
  width: 100%; }
  .projects-list:before, .projects-list:after,
  .thumbnails-list:before,
  .thumbnails-list:after {
    content: " ";
    display: table; }
  .projects-list:after,
  .thumbnails-list:after {
    clear: both; }

.projects-col,
.thumbnails-col {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: 50%;
  float: left;
  margin-bottom: 24px; }
  @media only screen and (min-width: 1025px) {
    .projects-col,
    .thumbnails-col {
      padding-left: 0.625rem;
      padding-right: 0.625rem;
      width: 25%;
      float: left; } }
  .projects-col.visible img,
  .thumbnails-col.visible img {
    opacity: 1; }

.projects-item,
.thumbnails-item {
  position: relative;
  display: block;
  color: inherit;
  text-decoration: none;
  transition: opacity .3s ease;
  overflow: hidden;
  background: #f1f1f1;
}
.projects-item:hover,
.thumbnails-item:hover {
  opacity: .8;
}
.projects-item img,
.thumbnails-item img {
  width: 100%;
  transition: opacity .2s ease;
}
  .projects-item .tit,
  .thumbnails-item .tit {
    margin-top: 8px;
    font-size: 12px; }
  .projects-item.a-zoom,
  .thumbnails-item.a-zoom {
    cursor: zoom-in; }

/*
 |--------------------------------------------------------------------------
 | Template: template-homepage-masonry.php - vMarc 2020-06-07
 |--------------------------------------------------------------------------
 */

  .home-masonry {
    position: relative;
    width: 100%;
    padding: 110px 20px 80px 20px;
  }

  .home-masonry__item__wrapper {
    width: 100%;
    margin: 0 0 20px;
    width: calc( 100% - 40px );
  }

  .home-masonry__item {
    width: 100%;
    line-height: 0;
    
  }

  .home-masonry__item picture {
    display: block;
    width: 100%;
  }

  .home-masonry__item .desc {
    padding: 8px 6px 0 6px;
    width: 100%;
  }

  .home-masonry__item .desc h2 {
    font-family: 'Tiempos Light', Times New Roman, serif;
    color: #000000;
    color: #333;
    font-size: 16px;
    line-height: 21px;
    text-decoration: none;
  }

  a.home-masonry__link:link,
  a.home-masonry__link:visited {
    display: block;
    width: 100%;
    color: #333;
    text-decoration: none;
    transition: all 0.2s;
  }

  a.home-masonry__link:link .desc h2,
  a.home-masonry__link:visited .desc h2 {
    text-decoration: none;
  }

  a.home-masonry__link:hover {
    opacity: 0.6;
  }



  @media only screen and (min-width: 768px) {

    .home-masonry {
      position: relative;
      padding: 110px 0 80px 0;  
    }

    .home-masonry__item__wrapper {
      width: 50%;
      margin: 0;
    }

    .home-masonry__item {
      padding: 0 20px 40px 20px;
    }

    .home-masonry__item .desc {
      padding: 8px 6px 0 6px;
    }
    
  }

  @media only screen and (min-width: 1025px) {

    .home-masonry {
      width: calc( 100vw - 40px );
      padding: 110px 0 80px 0;
      margin: 0 auto;
    }

    .home-masonry__item__wrapper {
      width: calc( 100% / 3 );
    }

    .home-masonry__item {
      padding: 0 20px 40px 20px;
    }
    
  }

/*
 |--------------------------------------------------------------------------
 | Template: Project
 |--------------------------------------------------------------------------
 */
.work_description-section {
  padding-bottom: 80px; }

.work_description-wrap {
  margin: 0 20px 0 20px; }
  @media only screen and (min-width: 768px) {
    .work_description-wrap {
      margin: 0;
      margin: 0 auto;
      max-width: 75rem;
      width: 100%; }
      .work_description-wrap:before, .work_description-wrap:after {
        content: " ";
        display: table; }
      .work_description-wrap:after {
        clear: both; } }

@media only screen and (min-width: 768px) {
  .work_description-col {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 66.66667%;
    float: left;
    margin-left: auto;
    margin-right: auto;
    float: none; } }

.work_description-col .tit {
  font-family: 'Gotham Bold', arial, sans-serif;
  font-size: 16px;
  text-transform: uppercase; }

.work_description-col .desc {
  margin-top: 16px; }
  .work_description-col .desc * + * {
    margin-top: 10px; }

/*
 |--------------------------------------------------------------------------
 | Template: Info
 |--------------------------------------------------------------------------
 */
.info-s {
  padding-top: 90px;
  margin: 110px 20px 80px 20px; }
  @media only screen and (min-width: 768px) {
    .info-s {
      margin: 90px 20px 70px 20px; } }

.info_bio-col h2 {
  margin-top: 16px;
  margin-bottom: 8px;
  font-size: inherit;
  font-family: 'Gotham Bold', arial, sans-serif;
  text-transform: uppercase;
}

.info_bio-col p {
  margin-bottom: 8px;
}

@media only screen and (min-width: 768px) {
  .info_bio-wrap {
    margin: 0 -0.625rem;
    max-width: none;
    width: auto; }
    .info_bio-wrap:before, .info_bio-wrap:after {
      content: " ";
      display: table; }
    .info_bio-wrap:after {
      clear: both; } }

@media only screen and (min-width: 768px) {
  .info_bio-col {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 66.66667%;
    float: left;
    margin-left: auto;
    margin-right: auto;
    float: none; } }

@media only screen and (min-width: 1025px) {
  .info_bio-col {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 50%;
    float: left;
    margin-left: auto;
    margin-right: auto;
    float: none; } }

.info_secondary {
  margin-top: 70px; }

@media only screen and (min-width: 768px) {
  .info_secondary-wrap {
    margin: 0 auto;
    max-width: 75rem;
    width: 100%; }
    .info_secondary-wrap:before, .info_secondary-wrap:after {
      content: " ";
      display: table; }
    .info_secondary-wrap:after {
      clear: both; } }

@media only screen and (min-width: 768px) {
  .info_secondary-col {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 66.66667%;
    float: left;
    margin-left: auto;
    margin-right: auto;
    float: none; } }

@media only screen and (min-width: 1025px) {
  .info_secondary-col {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 100%;
    float: left;
    margin-left: auto;
    margin-right: auto;
    float: none; } }

.info_secondary-list {
  list-style: none;
  padding: 0;
  margin: 0; }

/* Title INSIDE the list, cheap hack by Marc */
.info_secondary-list .tit {
  margin-top: 30px;
}

@media only screen and (min-width: 768px) {
  .info_secondary-u {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 50%;
    float: left; } }

@media only screen and (min-width: 1025px) {
  .info_secondary-u {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 25%;
    float: left; } }

.info_secondary-u .tit {
  margin-bottom: 8px;
  font-size: inherit;
  font-family: 'Gotham Bold', arial, sans-serif;
  text-transform: uppercase; }

/*
 |--------------------------------------------------------------------------
 | Template: Contact
 |--------------------------------------------------------------------------
 */
.contact-s {
  padding-top: 90px;
  margin: 110px 20px 80px 20px; }
  @media only screen and (min-width: 768px) {
    .contact-s {
      margin: 90px 20px 70px 20px; } }

@media only screen and (min-width: 768px) {
  .contact-wrap {
    margin: 0 -0.625rem;
    max-width: none;
    width: auto; }
    .contact-wrap:before, .contact-wrap:after {
      content: " ";
      display: table; }
    .contact-wrap:after {
      clear: both; } }

@media only screen and (min-width: 768px) {
  .contact-col {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 66.66667%;
    float: left;
    margin-left: auto;
    margin-right: auto;
    float: none; } }

@media only screen and (min-width: 1025px) {
  .contact-col {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 50%;
    float: left;
    margin-left: auto;
    margin-right: auto;
    float: none; } }

.contact-col a {
  color: inherit;
  text-decoration: none;
  border-bottom: solid 1px currentColor; }

/*
 |--------------------------------------------------------------------------
 | Template: Book
 |--------------------------------------------------------------------------
 */
.book-section {
  margin: 110px 20px 80px 20px; }
  @media only screen and (min-width: 768px) {
    .book-section {
      margin: 90px 20px 70px 20px; } }

@media only screen and (min-width: 768px) {
  .book-wrap {
    margin: 0 -0.625rem;
    max-width: none;
    width: auto; }
    .book-wrap:before, .book-wrap:after {
      content: " ";
      display: table; }
    .book-wrap:after {
      clear: both; } }

@media only screen and (min-width: 768px) {
  .book-col {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 66.66667%;
    float: left;
    margin-left: auto;
    margin-right: auto;
    float: none; } }

@media only screen and (min-width: 1025px) {
  .book-col {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 50%;
    float: left;
    margin-left: auto;
    margin-right: auto;
    float: none; } }

.book-body {
  margin-top: 32px; }
  .book-body .tit {
    font-family: 'Gotham Bold', arial, sans-serif;
    font-size: 16px;
    text-transform: uppercase; }
  .book-body .desc {
    margin-top: 16px; }

.book-aside {
  margin-top: 16px; }
  .book-aside .foot {
    margin-top: 16px; }
  .book-aside .button {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 16px;
    background: #000000;
    font-family: 'Gotham Bold', arial, sans-serif;
    font-size: 12px;
    color: #FFFFFF; }

/*
 |--------------------------------------------------------------------------
 | Template: Blog
 |--------------------------------------------------------------------------
 */
.blog_feed-section {
  margin: 110px 20px 80px 20px; }
  @media only screen and (min-width: 768px) {
    .blog_feed-section {
      margin: 90px 20px 70px 20px; } }

@media only screen and (min-width: 768px) {
  .blog_feed-wrap {
    margin: 0 -0.625rem;
    max-width: none;
    width: auto; }
    .blog_feed-wrap:before, .blog_feed-wrap:after {
      content: " ";
      display: table; }
    .blog_feed-wrap:after {
      clear: both; } }

@media only screen and (min-width: 768px) {
  .blog_feed-col {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 66.66667%;
    float: left;
    margin-left: auto;
    margin-right: auto;
    float: none; } }

@media only screen and (min-width: 1025px) {
  .blog_feed-col {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 50%;
    float: left;
    margin-left: auto;
    margin-right: auto;
    float: none; } }

.blog_feed-item .date {
  font-size: 12px; }

.blog_feed-item .tit {
  font-family: 'Gotham Bold', arial, sans-serif;
  font-size: 16px; }

.blog_feed-item .desc {
  margin-top: 8px; }
  .blog_feed-item .desc a {
    color: inherit; }
  .blog_feed-item .desc img {
    width: 100%; }

.blog_feed-item + .blog_feed-item {
  margin-top: 64px; }

/*
 |--------------------------------------------------------------------------
 | Template: News - vMarc 2020-06-07
 |--------------------------------------------------------------------------
 */

  .news-section {
   margin: 110px 20px 80px 20px;
  }

  .news-item {
    margin-bottom: 40px;
  }

  a.news-item:link,
  a.news-item:visited {
    display: block;
    text-decoration: none;
    color: #333;
    transition: all 0.2s;
  }

  a.news-item:hover {
    opacity: 0.8;
  }

  .news-item img {
    width: 100%;
    margin-bottom: 12px;
  }  
  
  .news-item .tit {
    font-family: 'Gotham Bold', arial, sans-serif;
    font-size: 16px;
    line-height: 21px;
  }

  .news-item .tit span.custom-italic {
    font-style: italic;
  }
  
  .news-item .desc {
    margin-top: 4px;
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 21px;
  }

  .news-item .date {
    display: inline-block;
    top: 0;
    left: 0;
    /*padding: 6px 0 4px 0;*/
    color: #333;
    font-weight: 800;
    
  }

  @media only screen and (min-width: 768px) {
    .news-section {
      margin: 90px 20px 70px 20px;
    }
    .news-wrap {
      margin: 0 -0.625rem;
      max-width: none;
      width: auto;
    }
    .news-wrap:before, .news-wrap:after {
      content: " ";
      display: table;
    }
    .news-wrap:after {
      clear: both;
    }

    .news-col {
      padding-left: 0.625rem;
      padding-right: 0.625rem;
      /*width: 66.66667%;*/
      width: 100%;
      float: left;
      margin-left: auto;
      margin-right: auto;
      float: none;    
    }

    .news-item {
      width: 50%;
      padding: 0 25px;
    }
  }

  @media only screen and (min-width: 1200px) {

    .news-item {
      width: 33%;
      width: calc( 100% / 3 );
      padding: 0 25px;
    }
  }

/*
 |--------------------------------------------------------------------------
 | Template: Single.php - vMarc 2020-06-07
 |--------------------------------------------------------------------------
 */

 .single-section {
    margin: 110px 20px 80px 20px;
  }

  @media only screen and (min-width: 768px) {
    
    .single-section {
      margin: 90px 20px 70px 20px;
    }

    .single-wrap {
      margin: 0 -0.625rem;
      max-width: none;
      width: auto;
    }

    .single-wrap:before, .single-wrap:after {
      content: " ";
      display: table;
    }

    .single-wrap:after {
      clear: both;    
    }

    .single-col {
      padding-left: 0.625rem;
      padding-right: 0.625rem;
      width: 66.66667%;
      float: left;
      margin-left: auto;
      margin-right: auto;
      float: none;
    }
    
  }

  @media only screen and (min-width: 1025px) {
    .single-col {
      padding-left: 0.625rem;
      padding-right: 0.625rem;
      width: 50%;
      float: left;
      margin-left: auto;
      margin-right: auto;
      float: none;
    }
  }

  .single-body {
    margin-top: 32px;
  }

  .single-body .tit {
    font-family: 'Gotham Bold', arial, sans-serif;
    font-size: 16px;
    text-transform: uppercase;
  }

  .single-body .tit span.custom-italic {
    font-style: italic;
  }

  .single-body .desc {
    margin-top: 16px;
  }

  .single-body .desc p {
    margin-bottom: 16px;
  }

  .single-body .desc a:link,
  .single-body .desc a:visited {
    color: #333;
  }

/*
 |--------------------------------------------------------------------------
 | Template: Motion
 |--------------------------------------------------------------------------
 */
.motion-section {
  margin: 110px 20px 80px 20px; }
  @media only screen and (min-width: 768px) {
    .motion-section {
      margin: 90px 20px 70px 20px; } }

@media only screen and (min-width: 768px) {
  .motion-wrap {
    margin: 0 -0.625rem;
    max-width: none;
    width: auto; }
    .motion-wrap:before, .motion-wrap:after {
      content: " ";
      display: table; }
    .motion-wrap:after {
      clear: both; } }

@media only screen and (min-width: 768px) {
  .motion-col {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 66.66667%;
    float: left;
    margin-left: auto;
    margin-right: auto;
    float: none; } }

@media only screen and (min-width: 1025px) {
  .motion-col {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 50%;
    float: left;
    margin-left: auto;
    margin-right: auto;
    float: none; } }

.motion-head .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto; }

.motion-head .embed-container iframe,
.motion-head .embed-container object,
.motion-head .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.motion-body {
  margin-top: 32px; }
  .motion-body .tit {
    font-family: 'Gotham Bold', arial, sans-serif;
    font-size: 16px;
    text-transform: uppercase; }
  .motion-body .desc {
    margin-top: 16px; }

/*
 |--------------------------------------------------------------------------
 | Template: Error
 |--------------------------------------------------------------------------
 */
.error-section {
  margin: 110px 20px 80px 20px; }
  @media only screen and (min-width: 768px) {
    .error-section {
      margin: 90px 20px 70px 20px; } }

@media only screen and (min-width: 768px) {
  .error-wrap {
    margin: 0 -0.625rem;
    max-width: none;
    width: auto; }
    .error-wrap:before, .error-wrap:after {
      content: " ";
      display: table; }
    .error-wrap:after {
      clear: both; } }

@media only screen and (min-width: 768px) {
  .error-col {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 66.66667%;
    float: left;
    margin-left: auto;
    margin-right: auto;
    float: none; } }

@media only screen and (min-width: 1025px) {
  .error-col {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 50%;
    float: left;
    margin-left: auto;
    margin-right: auto;
    float: none; } }

.error-mod .tit {
  font-family: 'Gotham Bold', arial, sans-serif;
  font-size: 16px; }

.error-mod .desc {
  margin-top: 8px; }
  .error-mod .desc > a {
    color: inherit;
    text-decoration: none;
    border-bottom: solid 1px currentColor; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

@font-face {
  font-family: 'lg';
  src: url("../fonts/lg.eot?n1z373");
  src: url("../fonts/lg.eot?#iefixn1z373") format("embedded-opentype"), url("../fonts/lg.woff?n1z373") format("woff"), url("../fonts/lg.ttf?n1z373") format("truetype"), url("../fonts/lg.svg?n1z373#lg") format("svg");
  font-weight: normal;
  font-style: normal; }

.lg-icon {
  font-family: 'lg';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: rgba(255, 255, 255, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080; }
  .lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
    pointer-events: none;
    opacity: 0.5; }
  .lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
    color: #FFF; }

.lg-actions .lg-next {
  right: 20px; }
  .lg-actions .lg-next:before {
    content: "\e095"; }

.lg-actions .lg-prev {
  left: 20px; }
  .lg-actions .lg-prev:after {
    content: "\e094"; }

@-webkit-keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@-moz-keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@-ms-keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@-webkit-keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

@-moz-keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

@-ms-keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

@keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  -o-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative; }

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  -o-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative; }

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.45); }
  .lg-toolbar .lg-icon {
    color: #999;
    cursor: pointer;
    float: right;
    font-size: 24px;
    height: 47px;
    line-height: 27px;
    padding: 10px 0;
    text-align: center;
    width: 50px;
    text-decoration: none !important;
    outline: medium none;
    -webkit-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear; }
    .lg-toolbar .lg-icon:hover {
      color: #FFF; }
  .lg-toolbar .lg-close:after {
    content: "\e070"; }
  .lg-toolbar .lg-download:after {
    content: "\e0f2"; }

.lg-sub-html {
  background-color: rgba(255, 255, 255, 0.45);
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080; }
  .lg-sub-html h4 {
    margin: 0;
    font-size: 13px;
    font-weight: bold; }
  .lg-sub-html p {
    font-size: 12px;
    margin: 5px 0 0; }

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle; }

.lg-toolbar, .lg-prev, .lg-next {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear; }

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0); }

.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0); }

.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0); }

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1; }

.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s; }
  .lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab; }
  .lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing; }
  .lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important; }

.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0); }

.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px; }

.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px; }
  @media (min-width: 1025px) {
    .lg-outer .lg-thumb-item {
      -webkit-transition: border-color 0.25s ease;
      -o-transition: border-color 0.25s ease;
      transition: border-color 0.25s ease; } }
  .lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
    border-color: #a90707; }
  .lg-outer .lg-thumb-item img {
    width: 100%;
    height: 100%; }

.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px; }

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0; }

.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  -o-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease; }

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px; }

.lg-outer .lg-toogle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px; }
  .lg-outer .lg-toogle-thumb:after {
    content: "\e1ff"; }
  .lg-outer .lg-toogle-thumb:hover {
    color: #FFF; }

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px; }

.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative; }
  .lg-outer .lg-video .lg-object {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important; }
  .lg-outer .lg-video .lg-video-play {
    width: 84px;
    height: 59px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -42px;
    margin-top: -30px;
    z-index: 1080;
    cursor: pointer; }

.lg-outer .lg-has-vimeo .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 0 transparent; }

.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 -58px transparent; }

.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url("../img/video-play.png") no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8; }

.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1; }

.lg-outer .lg-has-youtube .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 0 transparent; }

.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 -60px transparent; }

.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0; }

.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden; }

.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none; }

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible; }

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1080;
  opacity: 0;
  -webkit-transition: opacity 0.08s ease 0s;
  -moz-transition: opacity 0.08s ease 0s;
  -o-transition: opacity 0.08s ease 0s;
  transition: opacity 0.08s ease 0s; }
  .lg-progress-bar .lg-progress {
    background-color: #a90707;
    height: 5px;
    width: 0; }
  .lg-progress-bar.lg-start .lg-progress {
    width: 100%; }
  .lg-show-autoplay .lg-progress-bar {
    opacity: 1; }

.lg-autoplay-button:after {
  content: "\e01d"; }
  .lg-show-autoplay .lg-autoplay-button:after {
    content: "\e01a"; }

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition-duration: 0s;
  transition-duration: 0s; }

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }

#lg-zoom-in:after {
  content: "\e311"; }

#lg-actual-size {
  font-size: 20px; }
  #lg-actual-size:after {
    content: "\e033"; }

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none; }
  #lg-zoom-out:after {
    content: "\e312"; }
  .lg-zoomed #lg-zoom-out {
    opacity: 1;
    pointer-events: auto; }

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px; }
  .lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
    overflow: visible; }

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px; }
  .lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
    box-shadow: 0 0 0 2px white inset; }

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0); }
  .lg-outer .lg-pager-thumb-cont img {
    width: 100%;
    height: 100%; }

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  width: 12px; }
  .lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
    box-shadow: 0 0 0 8px white inset; }

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0; }

.lg-fullscreen:after {
  content: "\e20c"; }
  .lg-fullscreen-on .lg-fullscreen:after {
    content: "\e20d"; }

.group {
  *zoom: 1; }

.group:before, .group:after {
  display: table;
  content: "";
  line-height: 0; }

.group:after {
  clear: both; }

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s; }
  .lg-outer * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .lg-outer.lg-visible {
    opacity: 1; }
  .lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important; }
  .lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important;
    opacity: 1; }
  .lg-outer.lg-grab img.lg-object {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab; }
  .lg-outer.lg-grabbing img.lg-object {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing; }
  .lg-outer .lg {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-height: 100%; }
  .lg-outer .lg-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap; }
  .lg-outer .lg-item {
    background: url("../img/loading.gif") no-repeat scroll center center transparent;
    display: none !important; }
  .lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
    display: inline-block !important; }
  .lg-outer.lg-css .lg-current {
    display: inline-block !important; }
  .lg-outer .lg-item, .lg-outer .lg-img-wrap {
    display: inline-block;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%; }
    .lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
      content: "";
      display: inline-block;
      height: 50%;
      width: 1px;
      margin-right: -1px; }
  .lg-outer .lg-img-wrap {
    position: absolute;
    padding: 0 5px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }
  .lg-outer .lg-item.lg-complete {
    background-image: none; }
  .lg-outer .lg-item.lg-current {
    z-index: 1060; }
  .lg-outer .lg-image {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: auto !important; }
  .lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
    opacity: 0;
    -webkit-transition: opacity 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s;
    transition: opacity 0.15s ease 0s; }
  .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
    opacity: 1; }
  .lg-outer .lg-empty-html {
    display: none; }
  .lg-outer.lg-hide-download #lg-download {
    display: none; }

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #FFFFFF;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s; }
  .lg-backdrop.in {
    opacity: 1; }

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  -moz-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important; }

.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }

.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }

.lg-css3.lg-fade .lg-item {
  opacity: 0; }
  .lg-css3.lg-fade .lg-item.lg-current {
    opacity: 1; }
  .lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
    -webkit-transition: opacity 0.1s ease 0s;
    -moz-transition: opacity 0.1s ease 0s;
    -o-transition: opacity 0.1s ease 0s;
    transition: opacity 0.1s ease 0s; }

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0; }
  .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; }
  .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0; }
  .lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
    left: -100%; }
  .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
    left: 100%; }
  .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
    left: 0;
    opacity: 1; }
  .lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
    -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }
/* NEW CUSTOM STYLES*/
@media(max-height: 568px) {
  .slide-section {
    height: 100vh;
    padding-bottom: 30px;
  }
  .main_nav-list {
    display: block;
  }
  
}


.info_secondary-list {
  margin-bottom: 30px;
}

.blog_feed-item .tit span.custom-italic {
  font-style: italic;
}

.info_secondary-u .tit span.custom-italic {
  font-style: italic;
}

li {
  margin-bottom: 8px;
}
.main_nav-list li {
  margin-bottom: 0;
}
.slide-item .figure img:hover,
.slide-item img:hover {
  cursor: default;
}
.home .slide-item .figure img:hover,
.home .slide-item img:hover {
  cursor: pointer;
}

@media(max-width: 640px) {
  .slide-section .slide-controls {
/*    display: none !important;*/
    opacity: 0 !important;
    visibility: hidden !important;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: 0;
    transform: translateY(-50%);
    justify-content: space-between;
  }
  .slide-controls .slick-arrow .icon {
    font-size: 18px;
  }
}
@media only screen and (min-width: 641px) {
  .book-section .slide-controls {
    display: flex;
    justify-content: center;
  }
}

@keyframes disnone {
  0% {
    display: block;
  }
  
  100% {
    display: none;
  }
}
.loading_overlay {
  display: none;
}

@keyframes altimg {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  
  100% {
    opacity: 1;
    visibility: visible;
  }
}
.slide-list img {
  opacity: 0;
  visibility: hidden;
  animation: altimg 0.1s 2s 1 forwards
}

.custom-arrow-down {
  position: absolute;
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  text-align: center;
  background-clip: padding-box;
  line-height: 40px;
  background: rgba(255, 255, 255, 0.6);
  text-align: center;
  transform: translate(-50%, -50%) rotate(-90deg);
  font-size: 18px;
  color: #333;
  text-decoration: none;
  visibility: hidden;
  opacity: 0;
  transition: all 0.025s linear
}
.custom-arrow-down:hover {
  cursor: none;
}
.custom-arrow-down.is-active {
  visibility: visible;
  opacity: 1;
}

.slide-cursor--left {
  position: absolute;
  z-index: 159;
  top: 0;
  bottom: 20%;
  left: 0;
  right: 50%;
  cursor: url(./assets/img/angle-left-light.png), auto;
}

.slide-cursor--right {
  position: absolute;
  z-index: 159;
  top: 0;
  bottom: 20%;
  right: 0;
  left: 50%;  
  cursor: url(./assets/img/angle-right-light.png), auto;
}

.home .slide-cursor--left {
  right: 65%;
}
.home .slide-cursor--right {
  left: 65%;
}

.slide-cursor--bottom {
  position: absolute;
  z-index: 159;
  top: 80%;
  bottom: 0;
  right: 0;
  left: 0;
  cursor: url(./assets/img/angle-down-light.png), auto;
}

.page-template-template-portraits .slide-cursor--bottom {
  display: none;
}
.page-template-template-portraits .slide-cursor--left,
.page-template-template-portraits .slide-cursor--right,
.home .slide-cursor--left,
.home .slide-cursor--right {
  bottom: 0;
}

.page-template-template-portraits .slide-controls {
  display: none;
}



.loading {
  background:#f1f1f1 url(/wp-content/themes/jordiruizcirera/assets/img/loading.svg) center center no-repeat;
}
/* a.thumbnails-item {
  height: 0;
  padding-bottom: 66.7%;
} */
.thumbnails-item img {
  opacity: 0;
  min-width: 100%;
  min-height: 170px;
  padding: 2px 2px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: opacity 500ms ease-in-out 100ms;
  -moz-transition: opacity 500ms ease-in-out 100ms;
  -o-transition: opacity 500ms ease-in-out 100ms;
  transition: opacity 500ms ease-in-out 100ms;
}

.thumbnails-item img.b-loaded {
  opacity: 1;
  background:#FFFFFF;
  min-height: auto;
}

.thumbnails-list li {
  width: 25%;
  padding: 0 0.5%;
  margin: 0.5% 0;
  float: left;
}

@media only screen and (max-width: 769px) {
  .slide-cursor--left,
  .slide-cursor--right,
  .slide-cursor--bottom {
    display: none;
  }
  .thumbnails-list li {
    width: 50%;
  }
}

@media only screen and (max-width: 480px) {
  .thumbnails-list li {
    width: 50%;
  }
  .main_logo {
    width: 125px;
  }
}

@media only screen and (min-width: 768px) {
  .slide-list--has_caption .slide-item .capt {
    height: auto;
    opacity: 1;
    text-align: center;
  }
}
.book-head {
  position: relative;
}

/* .projects-item, .thumbnails-item {
  background: #FFFFFF;
} */