/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* ==========================================================================
   Configuracion de estilos
   ========================================================================== */
/**
 * Colores
 */
/**
 * Tipografia
 */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.3.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 9, ../sass/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 19, ../sass/_normalize.scss */
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.
 */
/* line 33, ../sass/_normalize.scss */
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.
 */
/* line 54, ../sass/_normalize.scss */
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.
 */
/* line 67, ../sass/_normalize.scss */
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/11, Safari, and Firefox < 22.
 */
/* line 77, ../sass/_normalize.scss */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 89, ../sass/_normalize.scss */
a {
  background-color: transparent;
}

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

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

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

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 126, ../sass/_normalize.scss */
dfn {
  font-style: italic;
}

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

/**
 * Address styling not present in IE 8/9.
 */
/* line 144, ../sass/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 153, ../sass/_normalize.scss */
small {
  font-size: 80%;
}

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

/* line 169, ../sass/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 173, ../sass/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 184, ../sass/_normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 192, ../sass/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

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

/**
 * Address differences between Firefox and other browsers.
 */
/* line 211, ../sass/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
/* line 221, ../sass/_normalize.scss */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 229, ../sass/_normalize.scss */
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.
 */
/* line 252, ../sass/_normalize.scss */
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.
 */
/* line 266, ../sass/_normalize.scss */
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.
 */
/* line 277, ../sass/_normalize.scss */
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.
 */
/* line 290, ../sass/_normalize.scss */
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.
 */
/* line 302, ../sass/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 311, ../sass/_normalize.scss */
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.
 */
/* line 322, ../sass/_normalize.scss */
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.
 */
/* line 334, ../sass/_normalize.scss */
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`.
 */
/* line 346, ../sass/_normalize.scss */
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
 *    (include `-moz` to future-proof).
 */
/* line 357, ../sass/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

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

/**
 * Define consistent border, margin, and padding.
 */
/* line 379, ../sass/_normalize.scss */
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.
 */
/* line 390, ../sass/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 399, ../sass/_normalize.scss */
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.
 */
/* line 408, ../sass/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 419, ../sass/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 424, ../sass/_normalize.scss */
td,
th {
  padding: 0;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
/* line 2, ../sass/_jquery.fancybox.scss */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

/* line 20, ../sass/_jquery.fancybox.scss */
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

/* line 27, ../sass/_jquery.fancybox.scss */
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 37, ../sass/_jquery.fancybox.scss */
.fancybox-opened {
  z-index: 8030;
}

/* line 41, ../sass/_jquery.fancybox.scss */
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

/* line 47, ../sass/_jquery.fancybox.scss */
.fancybox-outer, .fancybox-inner {
  position: relative;
}

/* line 51, ../sass/_jquery.fancybox.scss */
.fancybox-inner {
  overflow: hidden;
}

/* line 55, ../sass/_jquery.fancybox.scss */
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

/* line 59, ../sass/_jquery.fancybox.scss */
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

/* line 67, ../sass/_jquery.fancybox.scss */
.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

/* line 73, ../sass/_jquery.fancybox.scss */
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

/* line 78, ../sass/_jquery.fancybox.scss */
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url(../images/fancybox/fancybox_sprite.png);
}

/* line 82, ../sass/_jquery.fancybox.scss */
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

/* line 94, ../sass/_jquery.fancybox.scss */
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url(../images/fancybox/fancybox_loading.gif) center center no-repeat;
}

/* line 100, ../sass/_jquery.fancybox.scss */
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

/* line 110, ../sass/_jquery.fancybox.scss */
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url(../images/fancybox/blank.gif);
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040;
}

/* line 122, ../sass/_jquery.fancybox.scss */
.fancybox-prev {
  left: 0;
}

/* line 126, ../sass/_jquery.fancybox.scss */
.fancybox-next {
  right: 0;
}

/* line 130, ../sass/_jquery.fancybox.scss */
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

/* line 141, ../sass/_jquery.fancybox.scss */
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

/* line 146, ../sass/_jquery.fancybox.scss */
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

/* line 151, ../sass/_jquery.fancybox.scss */
.fancybox-nav:hover span {
  visibility: visible;
}

/* line 155, ../sass/_jquery.fancybox.scss */
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
/* line 166, ../sass/_jquery.fancybox.scss */
.fancybox-lock {
  overflow: visible !important;
  width: auto;
}

/* line 171, ../sass/_jquery.fancybox.scss */
.fancybox-lock body {
  overflow: hidden !important;
}

/* line 175, ../sass/_jquery.fancybox.scss */
.fancybox-lock-test {
  overflow-y: hidden !important;
}

/* line 179, ../sass/_jquery.fancybox.scss */
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url(../images/fancybox/fancybox_overlay.png);
}

/* line 189, ../sass/_jquery.fancybox.scss */
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

/* line 195, ../sass/_jquery.fancybox.scss */
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
/* line 202, ../sass/_jquery.fancybox.scss */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

/* line 210, ../sass/_jquery.fancybox.scss */
.fancybox-opened .fancybox-title {
  visibility: visible;
}

/* line 214, ../sass/_jquery.fancybox.scss */
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

/* line 223, ../sass/_jquery.fancybox.scss */
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

/* line 239, ../sass/_jquery.fancybox.scss */
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

/* line 245, ../sass/_jquery.fancybox.scss */
.fancybox-title-inside-wrap {
  padding-top: 10px;
}

/* line 249, ../sass/_jquery.fancybox.scss */
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /* line 264, ../sass/_jquery.fancybox.scss */
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url(../images/fancybox/fancybox_sprite@2x.png);
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }

  /* line 269, ../sass/_jquery.fancybox.scss */
  #fancybox-loading div {
    background-image: url(../images/fancybox/fancybox_loading@2x.gif);
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */
/* line 10, ../sass/main.scss */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/* line 16, ../sass/main.scss */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

/* line 21, ../sass/main.scss */
::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/* line 26, ../sass/main.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/* line 35, ../sass/main.scss */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/* line 44, ../sass/main.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/* line 50, ../sass/main.scss */
textarea {
  resize: vertical;
}

/* line 54, ../sass/main.scss */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* line 66, ../sass/main.scss */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 72, ../sass/main.scss */
body {
  background: #222b30;
  color: white;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
/* line 81, ../sass/main.scss */
body.fancybox-opened .page-wrapper {
  filter: blur(5px);
  -webkit-filter: blur(5px);
}

/* line 90, ../sass/main.scss */
.page-wrapper {
  -webkit-transition: 300ms -webkit-filter linear;
  -moz-transition: 300ms -moz-filter linear;
  -o-transition: 300ms -o-filter linear;
}

/* line 96, ../sass/main.scss */
form {
  background: #d5dde2;
  padding: 15px;
}
/* line 100, ../sass/main.scss */
form input[type="text"], form input[type="password"], form input[type="number"] {
  background: white;
  color: black;
  border: 1px solid #d4d4d4;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  padding: 6px;
  width: 100%;
}
/* line 110, ../sass/main.scss */
form button {
  background: #222b30;
  border: 1px solid #d4d4d4;
  color: white;
  font-size: 13px;
  padding: 6px 10px;
  -webkit-transition: background 300ms;
  transition: background 300ms;
}
/* line 119, ../sass/main.scss */
form button:hover {
  background: #4c606c;
}

/* line 127, ../sass/main.scss */
.message {
  margin: 20px auto;
  max-width: 1000px;
  overflow: hidden;
  padding: 0 15px;
  width: 100%;
}
/* line 134, ../sass/main.scss */
.message p {
  background-color: #008CBA;
  border: 1px solid #0078a0;
  border-radius: 3px;
  color: white;
  font-size: 13px;
  font-weight: 700;
  margin: 0;
  padding: 12px;
  text-align: center;
  text-shadow: 1px 1px 3px black;
}
/* line 149, ../sass/main.scss */
.message.success p {
  background-color: #43ac6a;
  border-color: #3a945b;
}
/* line 158, ../sass/main.scss */
.message.error p {
  background-color: #c00;
  border-color: #de2d0f;
}

/* line 167, ../sass/main.scss */
.item-image {
  display: block;
  margin: 40px auto;
  max-width: 100%;
  height: auto;
}

/* line 174, ../sass/main.scss */
.container-fluid {
  width: 100%;
}

/* line 178, ../sass/main.scss */
.wrapper {
  margin: 0 auto;
  max-width: 1000px;
  overflow: hidden;
  width: 100%;
}

/**
 * Header
 */
/* line 188, ../sass/main.scss */
header {
  height: 80px;
  position: relative;
  text-align: center;
  z-index: 100;
}
/* line 194, ../sass/main.scss */
header h1 {
  background: url("../images/logo.png") no-repeat center center transparent;
  cursor: default;
  height: 100%;
  margin: 0 auto;
  text-indent: -200em;
  max-width: 720px;
  width: 100%;
}
/* line 204, ../sass/main.scss */
body.template-admin header {
  height: 90px;
}
/* line 207, ../sass/main.scss */
body.template-admin header h1 {
  height: 80px;
}

/**
 * Login
 */
/* line 218, ../sass/main.scss */
.login-block {
  position: absolute;
  right: 10px;
  top: 10px;
}
/* line 223, ../sass/main.scss */
.login-block .login-cta {
  background: #616161;
  cursor: pointer;
  font-family: FontAwesome;
  font-size: 16px;
  height: 28px;
  -webkit-transition: all 150ms;
  transition: all 150ms;
  position: absolute;
  line-height: 28px;
  right: 0;
  top: 0;
  width: 28px;
}
/* line 237, ../sass/main.scss */
.login-block .login-cta:before {
  content: "\f007";
}
/* line 241, ../sass/main.scss */
.login-block .login-cta:hover {
  background: #949494;
}
/* line 247, ../sass/main.scss */
.login-block form {
  display: none;
  margin-top: 28px;
}
/* line 251, ../sass/main.scss */
.login-block form label {
  display: none;
}
/* line 255, ../sass/main.scss */
.login-block form .input-wrapper {
  margin-bottom: 10px;
}
/* line 261, ../sass/main.scss */
.login-block form button:after {
  content: "\f054";
  font-family: FontAwesome;
  margin-left: 6px;
}
/* line 273, ../sass/main.scss */
.login-block.active .login-cta {
  background: #d5dde2;
  color: #4c606c;
}
/* line 278, ../sass/main.scss */
.login-block.active form {
  display: block;
}

/**
 * Usuario
 */
/* line 289, ../sass/main.scss */
.user-block {
  margin-top: -20px;
  overflow: hidden;
  text-align: center;
}
/* line 294, ../sass/main.scss */
.user-block p, .user-block a {
  font-size: 12px;
  display: inline-block;
  margin: 0;
}
/* line 302, ../sass/main.scss */
.user-block p:after {
  content: " -";
}
/* line 308, ../sass/main.scss */
.user-block a {
  color: white;
}
/* line 311, ../sass/main.scss */
.user-block a:hover {
  color: #d4d4d4;
}

/**
 * Formulario pintura
 */
/* line 323, ../sass/main.scss */
.form-item-wrapper {
  background: #d5dde2;
}

/* line 327, ../sass/main.scss */
.form-item {
  overflow: hidden;
  padding: 15px 0;
}
/* line 331, ../sass/main.scss */
.form-item .input-wrapper {
  margin-bottom: 10px;
  padding: 0 15px;
  position: relative;
  width: 100%;
}
/* line 340, ../sass/main.scss */
.form-item button:before {
  content: "\f00c";
  font-family: FontAwesome;
  margin-right: 6px;
}
/* line 346, ../sass/main.scss */
.form-item button.file-picker {
  position: absolute;
  right: 15px;
  text-indent: -200em;
  top: 0;
  width: 36px;
}
/* line 353, ../sass/main.scss */
.form-item button.file-picker:before {
  content: "\f03e";
  float: left;
  margin: 0;
  text-indent: 0;
}
/* line 364, ../sass/main.scss */
.form-item button.button-edit:before {
  content: "\f040";
}
/* line 372, ../sass/main.scss */
.form-item button.button-delete:before {
  content: "\f1f8";
}
/* line 380, ../sass/main.scss */
.form-item a {
  color: #0d1012;
  font-size: 14px;
}
/* line 384, ../sass/main.scss */
.form-item a:hover {
  color: black;
  text-decoration: none;
}

/**
 * Listado de pinturas
 */
/* line 396, ../sass/main.scss */
.list {
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  -webkit-transition: 300ms -webkit-filter linear;
  -moz-transition: 300ms -moz-filter linear;
  -o-transition: 300ms -o-filter linear;
}
/* line 405, ../sass/main.scss */
.list li {
  background-color: white;
  height: 320px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
/* line 412, ../sass/main.scss */
.list li .image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  text-indent: -200em;
  top: 0;
  -webkit-transition: opacity 300ms ease-in;
  transition: opacity 300ms ease-in;
  width: 100%;
  z-index: 10;
}
/* line 428, ../sass/main.scss */
.list li img {
  opacity: 0;
}
/* line 432, ../sass/main.scss */
.list li a {
  height: 100%;
  left: 0;
  position: absolute;
  text-indent: -200em;
  top: 0;
  width: 100%;
  z-index: 40;
}
/* line 442, ../sass/main.scss */
.list li .overlay {
  background: black;
  position: absolute;
  height: 100%;
  left: 0;
  opacity: 0;
  top: 0;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  width: 100%;
  z-index: 20;
}
/* line 455, ../sass/main.scss */
.list li .text {
  bottom: 2px;
  padding: 0 15px;
  position: absolute;
  text-align: center;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  width: 100%;
  z-index: 30;
}
/* line 465, ../sass/main.scss */
.list li .text h2 {
  font-size: 16px;
  letter-spacing: 3px;
  margin-bottom: 0;
  text-shadow: 1px 1px 3px black;
  text-transform: uppercase;
}
/* line 473, ../sass/main.scss */
.list li .text p {
  color: #d4d4d4;
  font-size: 14px;
  font-weight: 300;
  margin-top: 0;
}
/* line 484, ../sass/main.scss */
.list li.loaded .image, .list li.loaded .text {
  opacity: 1;
}
/* line 490, ../sass/main.scss */
.list li.desaturated {
  filter: gray;
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
}
/* line 498, ../sass/main.scss */
.list li:hover .text {
  bottom: 38%;
}
/* line 502, ../sass/main.scss */
.list li:hover .overlay {
  opacity: 0.6;
}
/* line 510, ../sass/main.scss */
body.template-admin .list {
  margin: 0 auto;
  width: 90%;
}

/**
 * Personalizacion Fancybox
 */
/* line 520, ../sass/main.scss */
.fancybox-overlay {
  filter: none;
  -webkit-filter: none;
}

/* line 525, ../sass/main.scss */
.fancybox-title {
  background: transparent;
  border-top-right-radius: 15px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 10px 15px;
  text-shadow: 1px 1px 3px black;
}

/* line 536, ../sass/main.scss */
.fancybox-prev span, .fancybox-next span {
  background: url("../images/arrows.png") no-repeat 0 0 transparent;
  height: 320px;
  margin-top: -160px;
  opacity: 0;
  -webkit-transition: all 150ms ease-in;
  transition: all 150ms ease-in;
  width: 120px;
}

/* line 546, ../sass/main.scss */
.fancybox-next span {
  background-position: -120px 0;
}

/* line 550, ../sass/main.scss */
.fancybox-nav:hover span {
  opacity: 1;
}

/* line 554, ../sass/main.scss */
.fancybox-close {
  background-image: none;
  background-color: #222b30;
  color: white;
  font-family: FontAwesome;
  height: 32px;
  line-height: 32px;
  right: -32px;
  text-align: center;
  text-decoration: none;
  top: 0;
  width: 32px;
}
/* line 567, ../sass/main.scss */
.fancybox-close:before {
  content: "\f00d";
}

/* ==========================================================================
   Media Queries
   ========================================================================== */
@media only screen and (min-width: 480px) {
  /**
   * Login
   */
  /* line 584, ../sass/main.scss */
  .login-block .login-cta {
    font-size: 18px;
    height: 38px;
    line-height: 38px;
    width: 38px;
  }
  /* line 591, ../sass/main.scss */
  .login-block form {
    margin-top: 38px;
  }
}
@media only screen and (min-width: 768px) {
  /* line 601, ../sass/main.scss */
  header {
    height: 125px;
  }
  /* line 604, ../sass/main.scss */
  header h1 {
    background-image: url("../images/logo_big.png");
  }
  /* line 608, ../sass/main.scss */
  body.template-admin header {
    height: 125px;
  }
  /* line 611, ../sass/main.scss */
  body.template-admin header h1 {
    height: 100%;
  }

  /**
   * Usuario
   */
  /* line 622, ../sass/main.scss */
  .user-block {
    position: absolute;
    right: 20px;
    top: 30px;
  }

  /**
   * Formulario pintura
   */
  /* line 633, ../sass/main.scss */
  .form-item .input-wrapper {
    float: left;
    margin-bottom: 0;
    width: 20%;
  }
  /* line 638, ../sass/main.scss */
  .form-item .input-wrapper.input-text {
    width: 40%;
  }
  /* line 642, ../sass/main.scss */
  .form-item .input-wrapper.input-number {
    width: 10%;
  }
  /* line 646, ../sass/main.scss */
  .form-item .input-wrapper.expand {
    width: 40%;
  }
  /* line 649, ../sass/main.scss */
  .form-item .input-wrapper.expand button {
    margin-right: 15px;
  }

  /**
   * Listado de pinturas
   */
  /* line 664, ../sass/main.scss */
  .list li {
    float: left;
    width: 50%;
  }
  /* line 668, ../sass/main.scss */
  .list li.detail {
    clear: left;
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  /**
   * Login
   */
  /* line 686, ../sass/main.scss */
  .login-block .login-cta {
    font-size: 20px;
    height: 48px;
    line-height: 48px;
    width: 48px;
  }
  /* line 693, ../sass/main.scss */
  .login-block form {
    margin-top: 48px;
  }

  /**
   * Listado de pinturas
   */
  /* line 704, ../sass/main.scss */
  .list li {
    width: 25%;
  }
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
/* line 717, ../sass/main.scss */
.hidden {
  display: none !important;
  visibility: hidden;
}

/* line 722, ../sass/main.scss */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* line 733, ../sass/main.scss */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/* line 743, ../sass/main.scss */
.invisible {
  visibility: hidden;
}

/* line 747, ../sass/main.scss */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

/* line 753, ../sass/main.scss */
.clearfix:after {
  clear: both;
}

/* line 757, ../sass/main.scss */
.clearfix {
  *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  /* line 766, ../sass/main.scss */
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 775, ../sass/main.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 780, ../sass/main.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 784, ../sass/main.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 788, ../sass/main.scss */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  /* line 793, ../sass/main.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 799, ../sass/main.scss */
  thead {
    display: table-header-group;
  }

  /* line 803, ../sass/main.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 808, ../sass/main.scss */
  img {
    max-width: 100% !important;
  }

  /* line 812, ../sass/main.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 819, ../sass/main.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }
}
