/*! 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 45, ../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 57, ../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 78, ../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 98, ../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 118, ../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 162, ../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 232, ../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 256, ../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 278, ../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 293, ../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 303, ../sass/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 312, ../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 335, ../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 347, ../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 371, ../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 425, ../sass/_normalize.scss */
td,
th {
  padding: 0;
}

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */
/* Default theme styles for the background */
/* line 17, ../sass/_libraries.scss */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

/* Default theme styles of the overlay */
/* line 24, ../sass/_libraries.scss */
.remodal-overlay {
  background: rgba(43, 46, 56, 0.9);
}

/* line 29, ../sass/_libraries.scss */
.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

/* line 36, ../sass/_libraries.scss */
.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes;
}

/* line 41, ../sass/_libraries.scss */
.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes;
}

/* Default theme styles of the wrapper */
/* line 48, ../sass/_libraries.scss */
.remodal-wrapper {
  padding: 10px 10px 0;
}

/* Default theme styles of the modal dialog */
/* line 54, ../sass/_libraries.scss */
.remodal {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 35px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  color: #2b2e38;
  background: #fff;
}

/* line 68, ../sass/_libraries.scss */
.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

/* line 75, ../sass/_libraries.scss */
.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes;
}

/* line 80, ../sass/_libraries.scss */
.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes;
}

/* Vertical align of the modal dialog */
/* line 88, ../sass/_libraries.scss */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

/* Close button */
/* line 94, ../sass/_libraries.scss */
.remodal-close {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
}

/* line 119, ../sass/_libraries.scss */
.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38;
}

/* line 123, ../sass/_libraries.scss */
.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "\00d7";
  text-align: center;
}

/* Dialog buttons */
/* line 143, ../sass/_libraries.scss */
.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0;
}

/* line 164, ../sass/_libraries.scss */
.remodal-confirm {
  color: #fff;
  background: #81c784;
}

/* line 170, ../sass/_libraries.scss */
.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}

/* line 174, ../sass/_libraries.scss */
.remodal-cancel {
  color: #fff;
  background: #e57373;
}

/* line 180, ../sass/_libraries.scss */
.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */
/* line 188, ../sass/_libraries.scss */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* Keyframes
   ========================================================================== */
@-webkit-keyframes remodal-opening-keyframes {
  /* line 198, ../sass/_libraries.scss */
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }

  /* line 204, ../sass/_libraries.scss */
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@keyframes remodal-opening-keyframes {
  /* line 216, ../sass/_libraries.scss */
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }

  /* line 222, ../sass/_libraries.scss */
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@-webkit-keyframes remodal-closing-keyframes {
  /* line 234, ../sass/_libraries.scss */
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  /* line 240, ../sass/_libraries.scss */
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@keyframes remodal-closing-keyframes {
  /* line 252, ../sass/_libraries.scss */
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  /* line 258, ../sass/_libraries.scss */
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@-webkit-keyframes remodal-overlay-opening-keyframes {
  /* line 270, ../sass/_libraries.scss */
  from {
    opacity: 0;
  }

  /* line 273, ../sass/_libraries.scss */
  to {
    opacity: 1;
  }
}

@keyframes remodal-overlay-opening-keyframes {
  /* line 279, ../sass/_libraries.scss */
  from {
    opacity: 0;
  }

  /* line 282, ../sass/_libraries.scss */
  to {
    opacity: 1;
  }
}

@-webkit-keyframes remodal-overlay-closing-keyframes {
  /* line 288, ../sass/_libraries.scss */
  from {
    opacity: 1;
  }

  /* line 291, ../sass/_libraries.scss */
  to {
    opacity: 0;
  }
}

@keyframes remodal-overlay-closing-keyframes {
  /* line 297, ../sass/_libraries.scss */
  from {
    opacity: 1;
  }

  /* line 300, ../sass/_libraries.scss */
  to {
    opacity: 0;
  }
}

/* Media queries
   ========================================================================== */
@media only screen and (min-width: 641px) {
  /* line 309, ../sass/_libraries.scss */
  .remodal {
    max-width: 700px;
  }
}
/* IE8
   ========================================================================== */
/* line 317, ../sass/_libraries.scss */
.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

/* line 321, ../sass/_libraries.scss */
.lt-ie9 .remodal {
  width: 700px;
}

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
/* line 340, ../sass/_libraries.scss */
html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}

/* Anti FOUC */
/* line 350, ../sass/_libraries.scss */
.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */
/* line 356, ../sass/_libraries.scss */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}

/* Necessary styles of the wrapper */
/* line 369, ../sass/_libraries.scss */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

/* line 385, ../sass/_libraries.scss */
.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}

/* Fix iPad, iPhone glitches */
/* line 397, ../sass/_libraries.scss */
.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */
/* line 404, ../sass/_libraries.scss */
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

/* line 414, ../sass/_libraries.scss */
.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}

/*! lightslider - v1.1.6 - 2016-10-25
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2016 Sachin N; Licensed MIT */
/*! lightslider - v1.1.3 - 2015-04-14
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */
/** /!!! core css Should not edit !!!/**/
/* line 427, ../sass/_libraries.scss */
.lSSlideOuter {
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 436, ../sass/_libraries.scss */
.lightSlider:before, .lightSlider:after {
  content: " ";
  display: table;
}

/* line 440, ../sass/_libraries.scss */
.lightSlider {
  overflow: hidden;
  margin: 0;
}

/* line 444, ../sass/_libraries.scss */
.lSSlideWrapper {
  max-width: 100%;
  overflow: hidden;
  position: relative;
}

/* line 449, ../sass/_libraries.scss */
.lSSlideWrapper > .lightSlider:after {
  clear: both;
}

/* line 452, ../sass/_libraries.scss */
.lSSlideWrapper .lSSlide {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 1s;
  -webkit-transition-property: -webkit-transform,height;
  -moz-transition-property: -moz-transform,height;
  transition-property: transform,height;
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}

/* line 465, ../sass/_libraries.scss */
.lSSlideWrapper .lSFade {
  position: relative;
}

/* line 468, ../sass/_libraries.scss */
.lSSlideWrapper .lSFade > * {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 9;
  margin-right: 0;
  width: 100%;
}

/* line 476, ../sass/_libraries.scss */
.lSSlideWrapper.usingCss .lSFade > * {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}

/* line 487, ../sass/_libraries.scss */
.lSSlideWrapper .lSFade > *.active {
  z-index: 10;
}

/* line 490, ../sass/_libraries.scss */
.lSSlideWrapper.usingCss .lSFade > *.active {
  opacity: 1;
}

/** /!!! End of core css Should not edit !!!/**/
/* Pager */
/* line 496, ../sass/_libraries.scss */
.lSSlideOuter .lSPager.lSpg {
  margin: 10px 0 0;
  padding: 0;
  text-align: center;
}

/* line 501, ../sass/_libraries.scss */
.lSSlideOuter .lSPager.lSpg > li {
  cursor: pointer;
  display: inline-block;
  padding: 0 5px;
}

/* line 506, ../sass/_libraries.scss */
.lSSlideOuter .lSPager.lSpg > li a {
  background-color: #222222;
  border-radius: 30px;
  display: inline-block;
  height: 8px;
  overflow: hidden;
  text-indent: -999em;
  width: 8px;
  position: relative;
  z-index: 99;
  -webkit-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
}

/* line 519, ../sass/_libraries.scss */
.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
  background-color: #428bca;
}

/* line 522, ../sass/_libraries.scss */
.lSSlideOuter .media {
  opacity: 0.8;
}

/* line 525, ../sass/_libraries.scss */
.lSSlideOuter .media.active {
  opacity: 1;
}

/* End of pager */
/** Gallery */
/* line 531, ../sass/_libraries.scss */
.lSSlideOuter .lSPager.lSGallery {
  list-style: none outside none;
  padding-left: 0;
  margin: 0;
  overflow: hidden;
  transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 550, ../sass/_libraries.scss */
.lSSlideOuter .lSPager.lSGallery li {
  overflow: hidden;
  -webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
  transition: border-radius 0.12s linear 0s 0.35s linear 0s;
}

/* line 555, ../sass/_libraries.scss */
.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
  border-radius: 5px;
}

/* line 558, ../sass/_libraries.scss */
.lSSlideOuter .lSPager.lSGallery img {
  display: block;
  height: auto;
  max-width: 100%;
}

/* line 563, ../sass/_libraries.scss */
.lSSlideOuter .lSPager.lSGallery:before, .lSSlideOuter .lSPager.lSGallery:after {
  content: " ";
  display: table;
}

/* line 567, ../sass/_libraries.scss */
.lSSlideOuter .lSPager.lSGallery:after {
  clear: both;
}

/* End of Gallery*/
/* slider actions */
/* line 573, ../sass/_libraries.scss */
.lSAction > a {
  width: 32px;
  display: block;
  top: 50%;
  height: 32px;
  background-image: url("../images/controls.png");
  cursor: pointer;
  position: absolute;
  z-index: 99;
  margin-top: -16px;
  opacity: 0.5;
  -webkit-transition: opacity 0.35s linear 0s;
  transition: opacity 0.35s linear 0s;
}

/* line 587, ../sass/_libraries.scss */
.lSAction > a:hover {
  opacity: 1;
}

/* line 590, ../sass/_libraries.scss */
.lSAction > .lSPrev {
  background-position: 0 0;
  left: 10px;
}

/* line 594, ../sass/_libraries.scss */
.lSAction > .lSNext {
  background-position: -32px 0;
  right: 10px;
}

/* line 598, ../sass/_libraries.scss */
.lSAction > a.disabled {
  pointer-events: none;
}

/* line 601, ../sass/_libraries.scss */
.cS-hidden {
  height: 1px;
  opacity: 0;
  filter: alpha(opacity=0);
  overflow: hidden;
}

/* vertical */
/* line 610, ../sass/_libraries.scss */
.lSSlideOuter.vertical {
  position: relative;
}

/* line 613, ../sass/_libraries.scss */
.lSSlideOuter.vertical.noPager {
  padding-right: 0px !important;
}

/* line 616, ../sass/_libraries.scss */
.lSSlideOuter.vertical .lSGallery {
  position: absolute !important;
  right: 0;
  top: 0;
}

/* line 621, ../sass/_libraries.scss */
.lSSlideOuter.vertical .lightSlider > * {
  width: 100% !important;
  max-width: none !important;
}

/* vertical controlls */
/* line 627, ../sass/_libraries.scss */
.lSSlideOuter.vertical .lSAction > a {
  left: 50%;
  margin-left: -14px;
  margin-top: 0;
}

/* line 632, ../sass/_libraries.scss */
.lSSlideOuter.vertical .lSAction > .lSNext {
  background-position: 31px -31px;
  bottom: 10px;
  top: auto;
}

/* line 637, ../sass/_libraries.scss */
.lSSlideOuter.vertical .lSAction > .lSPrev {
  background-position: 0 -31px;
  bottom: auto;
  top: 10px;
}

/* vertical */
/* Rtl */
/* line 646, ../sass/_libraries.scss */
.lSSlideOuter.lSrtl {
  direction: rtl;
}

/* line 649, ../sass/_libraries.scss */
.lSSlideOuter .lightSlider, .lSSlideOuter .lSPager {
  padding-left: 0;
  list-style: none outside none;
}

/* line 653, ../sass/_libraries.scss */
.lSSlideOuter.lSrtl .lightSlider, .lSSlideOuter.lSrtl .lSPager {
  padding-right: 0;
}

/* line 656, ../sass/_libraries.scss */
.lSSlideOuter .lightSlider > *, .lSSlideOuter .lSGallery li {
  float: left;
}

/* line 659, ../sass/_libraries.scss */
.lSSlideOuter.lSrtl .lightSlider > *, .lSSlideOuter.lSrtl .lSGallery li {
  float: right !important;
}

/* Rtl */
@-webkit-keyframes rightEnd {
  /* line 665, ../sass/_libraries.scss */
  0% {
    left: 0;
  }

  /* line 669, ../sass/_libraries.scss */
  50% {
    left: -15px;
  }

  /* line 673, ../sass/_libraries.scss */
  100% {
    left: 0;
  }
}

@keyframes rightEnd {
  /* line 678, ../sass/_libraries.scss */
  0% {
    left: 0;
  }

  /* line 682, ../sass/_libraries.scss */
  50% {
    left: -15px;
  }

  /* line 686, ../sass/_libraries.scss */
  100% {
    left: 0;
  }
}

@-webkit-keyframes topEnd {
  /* line 691, ../sass/_libraries.scss */
  0% {
    top: 0;
  }

  /* line 695, ../sass/_libraries.scss */
  50% {
    top: -15px;
  }

  /* line 699, ../sass/_libraries.scss */
  100% {
    top: 0;
  }
}

@keyframes topEnd {
  /* line 704, ../sass/_libraries.scss */
  0% {
    top: 0;
  }

  /* line 708, ../sass/_libraries.scss */
  50% {
    top: -15px;
  }

  /* line 712, ../sass/_libraries.scss */
  100% {
    top: 0;
  }
}

@-webkit-keyframes leftEnd {
  /* line 717, ../sass/_libraries.scss */
  0% {
    left: 0;
  }

  /* line 721, ../sass/_libraries.scss */
  50% {
    left: 15px;
  }

  /* line 725, ../sass/_libraries.scss */
  100% {
    left: 0;
  }
}

@keyframes leftEnd {
  /* line 730, ../sass/_libraries.scss */
  0% {
    left: 0;
  }

  /* line 734, ../sass/_libraries.scss */
  50% {
    left: 15px;
  }

  /* line 738, ../sass/_libraries.scss */
  100% {
    left: 0;
  }
}

@-webkit-keyframes bottomEnd {
  /* line 743, ../sass/_libraries.scss */
  0% {
    bottom: 0;
  }

  /* line 747, ../sass/_libraries.scss */
  50% {
    bottom: -15px;
  }

  /* line 751, ../sass/_libraries.scss */
  100% {
    bottom: 0;
  }
}

@keyframes bottomEnd {
  /* line 756, ../sass/_libraries.scss */
  0% {
    bottom: 0;
  }

  /* line 760, ../sass/_libraries.scss */
  50% {
    bottom: -15px;
  }

  /* line 764, ../sass/_libraries.scss */
  100% {
    bottom: 0;
  }
}

/* line 768, ../sass/_libraries.scss */
.lSSlideOuter .rightEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative;
}

/* line 773, ../sass/_libraries.scss */
.lSSlideOuter .leftEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative;
}

/* line 778, ../sass/_libraries.scss */
.lSSlideOuter.vertical .rightEnd {
  -webkit-animation: topEnd 0.3s;
  animation: topEnd 0.3s;
  position: relative;
}

/* line 783, ../sass/_libraries.scss */
.lSSlideOuter.vertical .leftEnd {
  -webkit-animation: bottomEnd 0.3s;
  animation: bottomEnd 0.3s;
  position: relative;
}

/* line 788, ../sass/_libraries.scss */
.lSSlideOuter.lSrtl .rightEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative;
}

/* line 793, ../sass/_libraries.scss */
.lSSlideOuter.lSrtl .leftEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative;
}

/*/  GRab cursor */
/* line 799, ../sass/_libraries.scss */
.lightSlider.lsGrab > * {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

/* line 806, ../sass/_libraries.scss */
.lightSlider.lsGrabbing > * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

/* Magnific Popup CSS */
/* line 815, ../sass/_libraries.scss */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/* line 827, ../sass/_libraries.scss */
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

/* line 837, ../sass/_libraries.scss */
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 849, ../sass/_libraries.scss */
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

/* line 855, ../sass/_libraries.scss */
.mfp-align-top .mfp-container:before {
  display: none;
}

/* line 858, ../sass/_libraries.scss */
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

/* line 867, ../sass/_libraries.scss */
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

/* line 871, ../sass/_libraries.scss */
.mfp-ajax-cur {
  cursor: progress;
}

/* line 875, ../sass/_libraries.scss */
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

/* line 880, ../sass/_libraries.scss */
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

/* line 886, ../sass/_libraries.scss */
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

/* line 892, ../sass/_libraries.scss */
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 897, ../sass/_libraries.scss */
.mfp-loading.mfp-figure {
  display: none;
}

/* line 900, ../sass/_libraries.scss */
.mfp-hide {
  display: none !important;
}

/* line 903, ../sass/_libraries.scss */
.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

/* line 914, ../sass/_libraries.scss */
.mfp-preloader a {
  color: #cccccc;
}

/* line 917, ../sass/_libraries.scss */
.mfp-preloader a:hover {
  color: white;
}

/* line 920, ../sass/_libraries.scss */
.mfp-s-ready .mfp-preloader {
  display: none;
}

/* line 923, ../sass/_libraries.scss */
.mfp-s-error .mfp-content {
  display: none;
}

/* line 927, ../sass/_libraries.scss */
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 939, ../sass/_libraries.scss */
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 943, ../sass/_libraries.scss */
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

/* line 958, ../sass/_libraries.scss */
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}

/* line 960, ../sass/_libraries.scss */
.mfp-close:active {
  top: 1px;
}

/* line 963, ../sass/_libraries.scss */
.mfp-close-btn-in .mfp-close {
  color: #333333;
}

/* line 967, ../sass/_libraries.scss */
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

/* line 974, ../sass/_libraries.scss */
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
}

/* line 982, ../sass/_libraries.scss */
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 993, ../sass/_libraries.scss */
.mfp-arrow:active {
  margin-top: -54px;
}

/* line 997, ../sass/_libraries.scss */
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

/* line 1002, ../sass/_libraries.scss */
.mfp-arrow:before, .mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

/* line 1014, ../sass/_libraries.scss */
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

/* line 1019, ../sass/_libraries.scss */
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
}

/* line 1023, ../sass/_libraries.scss */
.mfp-arrow-left {
  left: 0;
}

/* line 1026, ../sass/_libraries.scss */
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px;
}

/* line 1030, ../sass/_libraries.scss */
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

/* line 1034, ../sass/_libraries.scss */
.mfp-arrow-right {
  right: 0;
}

/* line 1037, ../sass/_libraries.scss */
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px;
}

/* line 1041, ../sass/_libraries.scss */
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}

/* line 1044, ../sass/_libraries.scss */
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

/* line 1048, ../sass/_libraries.scss */
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

/* line 1053, ../sass/_libraries.scss */
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

/* line 1059, ../sass/_libraries.scss */
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black;
}

/* line 1069, ../sass/_libraries.scss */
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

/* Main image in popup */
/* line 1073, ../sass/_libraries.scss */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
/* line 1086, ../sass/_libraries.scss */
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444;
}

/* line 1100, ../sass/_libraries.scss */
.mfp-figure {
  line-height: 0;
}

/* line 1103, ../sass/_libraries.scss */
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

/* line 1111, ../sass/_libraries.scss */
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

/* line 1118, ../sass/_libraries.scss */
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

/* line 1124, ../sass/_libraries.scss */
.mfp-image-holder .mfp-content {
  max-width: 100%;
}

/* line 1127, ../sass/_libraries.scss */
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  /* line 1134, ../sass/_libraries.scss */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  /* line 1138, ../sass/_libraries.scss */
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  /* The shadow behind the image */
  /* line 1142, ../sass/_libraries.scss */
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  /* line 1146, ../sass/_libraries.scss */
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  /* line 1157, ../sass/_libraries.scss */
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  /* line 1160, ../sass/_libraries.scss */
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  /* line 1164, ../sass/_libraries.scss */
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }

  /* line 1175, ../sass/_libraries.scss */
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
}
@media all and (max-width: 900px) {
  /* line 1179, ../sass/_libraries.scss */
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  /* line 1183, ../sass/_libraries.scss */
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  /* line 1187, ../sass/_libraries.scss */
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  /* line 1191, ../sass/_libraries.scss */
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/* line 1194, ../sass/_libraries.scss */
.mfp-ie7 .mfp-img {
  padding: 0;
}

/* line 1196, ../sass/_libraries.scss */
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

/* line 1202, ../sass/_libraries.scss */
.mfp-ie7 .mfp-container {
  padding: 0;
}

/* line 1204, ../sass/_libraries.scss */
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

/* line 1206, ../sass/_libraries.scss */
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/* line 19, ../sass/_grid.scss */
.contenedor-principal {
  width: 100%;
  margin: 0 auto;
  clear: both;
  overflow: hidden;
}

/* line 26, ../sass/_grid.scss */
.contenedor-estrecho {
  /* for IE 6/7 */
  *zoom: expression(this.runtimeStyle.zoom="1", this.appendChild(document.createElement("br")).style.cssText="clear:both;font:0/0 serif");
  /* non-JS fallback */
  *zoom: 1;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0 7%;
  max-width: 1470px;
}
/* line 48, ../../../../../../../../var/lib/gems/1.9.1/gems/singularitygs-1.1.2/stylesheets/singularitygs/helpers/_clearfix.scss */
.contenedor-estrecho:before, .contenedor-estrecho:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}
/* line 55, ../../../../../../../../var/lib/gems/1.9.1/gems/singularitygs-1.1.2/stylesheets/singularitygs/helpers/_clearfix.scss */
.contenedor-estrecho:after {
  clear: both;
}
@media (min-width: 481px) {
  /* line 26, ../sass/_grid.scss */
  .contenedor-estrecho {
    padding: 0 7%;
  }
}
@media (min-width: 960px) {
  /* line 26, ../sass/_grid.scss */
  .contenedor-estrecho {
    padding: 0 5%;
  }
}
@media (min-width: 1470px) {
  /* line 26, ../sass/_grid.scss */
  .contenedor-estrecho {
    padding: 0;
  }
}

/* line 44, ../sass/_grid.scss */
.ancho100 {
  width: 100%;
}

@media (min-width: 960px) {
  /* line 48, ../sass/_grid.scss */
  .ancho50 {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    vertical-align: top;
    width: 50%;
  }
}

@media (min-width: 960px) {
  /* line 55, ../sass/_grid.scss */
  .ancho60 {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    vertical-align: top;
    width: 60%;
  }
}

@media (min-width: 960px) {
  /* line 62, ../sass/_grid.scss */
  .ancho40 {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    vertical-align: top;
    width: 39%;
  }
}

/* line 70, ../sass/_grid.scss */
.rayado {
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(255, 0, 0, 0.5)), color-stop(47.61905%, rgba(255, 0, 0, 0.5)), color-stop(47.61905%, rgba(255, 0, 0, 0.25)), color-stop(52.38095%, rgba(255, 0, 0, 0.25)), color-stop(52.38095%, rgba(255, 0, 0, 0.5)), color-stop(100%, rgba(255, 0, 0, 0.5)));
  background-image: -webkit-linear-gradient(left, rgba(255, 0, 0, 0.5), rgba(255, 0, 0, 0.5) 47.61905%, rgba(255, 0, 0, 0.25) 47.61905%, rgba(255, 0, 0, 0.25) 52.38095%, rgba(255, 0, 0, 0.5) 52.38095%, rgba(255, 0, 0, 0.5) 100%);
  background-image: -moz-linear-gradient(left, rgba(255, 0, 0, 0.5), rgba(255, 0, 0, 0.5) 47.61905%, rgba(255, 0, 0, 0.25) 47.61905%, rgba(255, 0, 0, 0.25) 52.38095%, rgba(255, 0, 0, 0.5) 52.38095%, rgba(255, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(255, 0, 0, 0.5), rgba(255, 0, 0, 0.5) 47.61905%, rgba(255, 0, 0, 0.25) 47.61905%, rgba(255, 0, 0, 0.25) 52.38095%, rgba(255, 0, 0, 0.5) 52.38095%, rgba(255, 0, 0, 0.5) 100%);
  background-image: linear-gradient(left, rgba(255, 0, 0, 0.5), rgba(255, 0, 0, 0.5) 47.61905%, rgba(255, 0, 0, 0.25) 47.61905%, rgba(255, 0, 0, 0.25) 52.38095%, rgba(255, 0, 0, 0.5) 52.38095%, rgba(255, 0, 0, 0.5) 100%);
}
@media (min-width: 481px) {
  /* line 70, ../sass/_grid.scss */
  .rayado {
    background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(255, 0, 0, 0.5)), color-stop(5.71429%, rgba(255, 0, 0, 0.5)), color-stop(5.71429%, rgba(255, 0, 0, 0.25)), color-stop(8.57143%, rgba(255, 0, 0, 0.25)), color-stop(8.57143%, rgba(255, 0, 0, 0.5)), color-stop(14.28571%, rgba(255, 0, 0, 0.5)), color-stop(14.28571%, rgba(255, 0, 0, 0.25)), color-stop(17.14286%, rgba(255, 0, 0, 0.25)), color-stop(17.14286%, rgba(255, 0, 0, 0.5)), color-stop(22.85714%, rgba(255, 0, 0, 0.5)), color-stop(22.85714%, rgba(255, 0, 0, 0.25)), color-stop(25.71429%, rgba(255, 0, 0, 0.25)), color-stop(25.71429%, rgba(255, 0, 0, 0.5)), color-stop(31.42857%, rgba(255, 0, 0, 0.5)), color-stop(31.42857%, rgba(255, 0, 0, 0.25)), color-stop(34.28571%, rgba(255, 0, 0, 0.25)), color-stop(34.28571%, rgba(255, 0, 0, 0.5)), color-stop(40%, rgba(255, 0, 0, 0.5)), color-stop(40%, rgba(255, 0, 0, 0.25)), color-stop(42.85714%, rgba(255, 0, 0, 0.25)), color-stop(42.85714%, rgba(255, 0, 0, 0.5)), color-stop(48.57143%, rgba(255, 0, 0, 0.5)), color-stop(48.57143%, rgba(255, 0, 0, 0.25)), color-stop(51.42857%, rgba(255, 0, 0, 0.25)), color-stop(51.42857%, rgba(255, 0, 0, 0.5)), color-stop(57.14286%, rgba(255, 0, 0, 0.5)), color-stop(57.14286%, rgba(255, 0, 0, 0.25)), color-stop(60.0%, rgba(255, 0, 0, 0.25)), color-stop(60.0%, rgba(255, 0, 0, 0.5)), color-stop(65.71429%, rgba(255, 0, 0, 0.5)), color-stop(65.71429%, rgba(255, 0, 0, 0.25)), color-stop(68.57143%, rgba(255, 0, 0, 0.25)), color-stop(68.57143%, rgba(255, 0, 0, 0.5)), color-stop(74.28571%, rgba(255, 0, 0, 0.5)), color-stop(74.28571%, rgba(255, 0, 0, 0.25)), color-stop(77.14286%, rgba(255, 0, 0, 0.25)), color-stop(77.14286%, rgba(255, 0, 0, 0.5)), color-stop(82.85714%, rgba(255, 0, 0, 0.5)), color-stop(82.85714%, rgba(255, 0, 0, 0.25)), color-stop(85.71429%, rgba(255, 0, 0, 0.25)), color-stop(85.71429%, rgba(255, 0, 0, 0.5)), color-stop(91.42857%, rgba(255, 0, 0, 0.5)), color-stop(91.42857%, rgba(255, 0, 0, 0.25)), color-stop(94.28571%, rgba(255, 0, 0, 0.25)), color-stop(94.28571%, rgba(255, 0, 0, 0.5)), color-stop(100%, rgba(255, 0, 0, 0.5)));
    background-image: -webkit-linear-gradient(left, rgba(255, 0, 0, 0.5), rgba(255, 0, 0, 0.5) 5.71429%, rgba(255, 0, 0, 0.25) 5.71429%, rgba(255, 0, 0, 0.25) 8.57143%, rgba(255, 0, 0, 0.5) 8.57143%, rgba(255, 0, 0, 0.5) 14.28571%, rgba(255, 0, 0, 0.25) 14.28571%, rgba(255, 0, 0, 0.25) 17.14286%, rgba(255, 0, 0, 0.5) 17.14286%, rgba(255, 0, 0, 0.5) 22.85714%, rgba(255, 0, 0, 0.25) 22.85714%, rgba(255, 0, 0, 0.25) 25.71429%, rgba(255, 0, 0, 0.5) 25.71429%, rgba(255, 0, 0, 0.5) 31.42857%, rgba(255, 0, 0, 0.25) 31.42857%, rgba(255, 0, 0, 0.25) 34.28571%, rgba(255, 0, 0, 0.5) 34.28571%, rgba(255, 0, 0, 0.5) 40%, rgba(255, 0, 0, 0.25) 40%, rgba(255, 0, 0, 0.25) 42.85714%, rgba(255, 0, 0, 0.5) 42.85714%, rgba(255, 0, 0, 0.5) 48.57143%, rgba(255, 0, 0, 0.25) 48.57143%, rgba(255, 0, 0, 0.25) 51.42857%, rgba(255, 0, 0, 0.5) 51.42857%, rgba(255, 0, 0, 0.5) 57.14286%, rgba(255, 0, 0, 0.25) 57.14286%, rgba(255, 0, 0, 0.25) 60.0%, rgba(255, 0, 0, 0.5) 60.0%, rgba(255, 0, 0, 0.5) 65.71429%, rgba(255, 0, 0, 0.25) 65.71429%, rgba(255, 0, 0, 0.25) 68.57143%, rgba(255, 0, 0, 0.5) 68.57143%, rgba(255, 0, 0, 0.5) 74.28571%, rgba(255, 0, 0, 0.25) 74.28571%, rgba(255, 0, 0, 0.25) 77.14286%, rgba(255, 0, 0, 0.5) 77.14286%, rgba(255, 0, 0, 0.5) 82.85714%, rgba(255, 0, 0, 0.25) 82.85714%, rgba(255, 0, 0, 0.25) 85.71429%, rgba(255, 0, 0, 0.5) 85.71429%, rgba(255, 0, 0, 0.5) 91.42857%, rgba(255, 0, 0, 0.25) 91.42857%, rgba(255, 0, 0, 0.25) 94.28571%, rgba(255, 0, 0, 0.5) 94.28571%, rgba(255, 0, 0, 0.5) 100%);
    background-image: -moz-linear-gradient(left, rgba(255, 0, 0, 0.5), rgba(255, 0, 0, 0.5) 5.71429%, rgba(255, 0, 0, 0.25) 5.71429%, rgba(255, 0, 0, 0.25) 8.57143%, rgba(255, 0, 0, 0.5) 8.57143%, rgba(255, 0, 0, 0.5) 14.28571%, rgba(255, 0, 0, 0.25) 14.28571%, rgba(255, 0, 0, 0.25) 17.14286%, rgba(255, 0, 0, 0.5) 17.14286%, rgba(255, 0, 0, 0.5) 22.85714%, rgba(255, 0, 0, 0.25) 22.85714%, rgba(255, 0, 0, 0.25) 25.71429%, rgba(255, 0, 0, 0.5) 25.71429%, rgba(255, 0, 0, 0.5) 31.42857%, rgba(255, 0, 0, 0.25) 31.42857%, rgba(255, 0, 0, 0.25) 34.28571%, rgba(255, 0, 0, 0.5) 34.28571%, rgba(255, 0, 0, 0.5) 40%, rgba(255, 0, 0, 0.25) 40%, rgba(255, 0, 0, 0.25) 42.85714%, rgba(255, 0, 0, 0.5) 42.85714%, rgba(255, 0, 0, 0.5) 48.57143%, rgba(255, 0, 0, 0.25) 48.57143%, rgba(255, 0, 0, 0.25) 51.42857%, rgba(255, 0, 0, 0.5) 51.42857%, rgba(255, 0, 0, 0.5) 57.14286%, rgba(255, 0, 0, 0.25) 57.14286%, rgba(255, 0, 0, 0.25) 60.0%, rgba(255, 0, 0, 0.5) 60.0%, rgba(255, 0, 0, 0.5) 65.71429%, rgba(255, 0, 0, 0.25) 65.71429%, rgba(255, 0, 0, 0.25) 68.57143%, rgba(255, 0, 0, 0.5) 68.57143%, rgba(255, 0, 0, 0.5) 74.28571%, rgba(255, 0, 0, 0.25) 74.28571%, rgba(255, 0, 0, 0.25) 77.14286%, rgba(255, 0, 0, 0.5) 77.14286%, rgba(255, 0, 0, 0.5) 82.85714%, rgba(255, 0, 0, 0.25) 82.85714%, rgba(255, 0, 0, 0.25) 85.71429%, rgba(255, 0, 0, 0.5) 85.71429%, rgba(255, 0, 0, 0.5) 91.42857%, rgba(255, 0, 0, 0.25) 91.42857%, rgba(255, 0, 0, 0.25) 94.28571%, rgba(255, 0, 0, 0.5) 94.28571%, rgba(255, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(255, 0, 0, 0.5), rgba(255, 0, 0, 0.5) 5.71429%, rgba(255, 0, 0, 0.25) 5.71429%, rgba(255, 0, 0, 0.25) 8.57143%, rgba(255, 0, 0, 0.5) 8.57143%, rgba(255, 0, 0, 0.5) 14.28571%, rgba(255, 0, 0, 0.25) 14.28571%, rgba(255, 0, 0, 0.25) 17.14286%, rgba(255, 0, 0, 0.5) 17.14286%, rgba(255, 0, 0, 0.5) 22.85714%, rgba(255, 0, 0, 0.25) 22.85714%, rgba(255, 0, 0, 0.25) 25.71429%, rgba(255, 0, 0, 0.5) 25.71429%, rgba(255, 0, 0, 0.5) 31.42857%, rgba(255, 0, 0, 0.25) 31.42857%, rgba(255, 0, 0, 0.25) 34.28571%, rgba(255, 0, 0, 0.5) 34.28571%, rgba(255, 0, 0, 0.5) 40%, rgba(255, 0, 0, 0.25) 40%, rgba(255, 0, 0, 0.25) 42.85714%, rgba(255, 0, 0, 0.5) 42.85714%, rgba(255, 0, 0, 0.5) 48.57143%, rgba(255, 0, 0, 0.25) 48.57143%, rgba(255, 0, 0, 0.25) 51.42857%, rgba(255, 0, 0, 0.5) 51.42857%, rgba(255, 0, 0, 0.5) 57.14286%, rgba(255, 0, 0, 0.25) 57.14286%, rgba(255, 0, 0, 0.25) 60.0%, rgba(255, 0, 0, 0.5) 60.0%, rgba(255, 0, 0, 0.5) 65.71429%, rgba(255, 0, 0, 0.25) 65.71429%, rgba(255, 0, 0, 0.25) 68.57143%, rgba(255, 0, 0, 0.5) 68.57143%, rgba(255, 0, 0, 0.5) 74.28571%, rgba(255, 0, 0, 0.25) 74.28571%, rgba(255, 0, 0, 0.25) 77.14286%, rgba(255, 0, 0, 0.5) 77.14286%, rgba(255, 0, 0, 0.5) 82.85714%, rgba(255, 0, 0, 0.25) 82.85714%, rgba(255, 0, 0, 0.25) 85.71429%, rgba(255, 0, 0, 0.5) 85.71429%, rgba(255, 0, 0, 0.5) 91.42857%, rgba(255, 0, 0, 0.25) 91.42857%, rgba(255, 0, 0, 0.25) 94.28571%, rgba(255, 0, 0, 0.5) 94.28571%, rgba(255, 0, 0, 0.5) 100%);
    background-image: linear-gradient(left, rgba(255, 0, 0, 0.5), rgba(255, 0, 0, 0.5) 5.71429%, rgba(255, 0, 0, 0.25) 5.71429%, rgba(255, 0, 0, 0.25) 8.57143%, rgba(255, 0, 0, 0.5) 8.57143%, rgba(255, 0, 0, 0.5) 14.28571%, rgba(255, 0, 0, 0.25) 14.28571%, rgba(255, 0, 0, 0.25) 17.14286%, rgba(255, 0, 0, 0.5) 17.14286%, rgba(255, 0, 0, 0.5) 22.85714%, rgba(255, 0, 0, 0.25) 22.85714%, rgba(255, 0, 0, 0.25) 25.71429%, rgba(255, 0, 0, 0.5) 25.71429%, rgba(255, 0, 0, 0.5) 31.42857%, rgba(255, 0, 0, 0.25) 31.42857%, rgba(255, 0, 0, 0.25) 34.28571%, rgba(255, 0, 0, 0.5) 34.28571%, rgba(255, 0, 0, 0.5) 40%, rgba(255, 0, 0, 0.25) 40%, rgba(255, 0, 0, 0.25) 42.85714%, rgba(255, 0, 0, 0.5) 42.85714%, rgba(255, 0, 0, 0.5) 48.57143%, rgba(255, 0, 0, 0.25) 48.57143%, rgba(255, 0, 0, 0.25) 51.42857%, rgba(255, 0, 0, 0.5) 51.42857%, rgba(255, 0, 0, 0.5) 57.14286%, rgba(255, 0, 0, 0.25) 57.14286%, rgba(255, 0, 0, 0.25) 60.0%, rgba(255, 0, 0, 0.5) 60.0%, rgba(255, 0, 0, 0.5) 65.71429%, rgba(255, 0, 0, 0.25) 65.71429%, rgba(255, 0, 0, 0.25) 68.57143%, rgba(255, 0, 0, 0.5) 68.57143%, rgba(255, 0, 0, 0.5) 74.28571%, rgba(255, 0, 0, 0.25) 74.28571%, rgba(255, 0, 0, 0.25) 77.14286%, rgba(255, 0, 0, 0.5) 77.14286%, rgba(255, 0, 0, 0.5) 82.85714%, rgba(255, 0, 0, 0.25) 82.85714%, rgba(255, 0, 0, 0.25) 85.71429%, rgba(255, 0, 0, 0.5) 85.71429%, rgba(255, 0, 0, 0.5) 91.42857%, rgba(255, 0, 0, 0.25) 91.42857%, rgba(255, 0, 0, 0.25) 94.28571%, rgba(255, 0, 0, 0.5) 94.28571%, rgba(255, 0, 0, 0.5) 100%);
  }
}
@media (min-width: 1470px) {
  /* line 70, ../sass/_grid.scss */
  .rayado {
    background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(255, 0, 0, 0.5)), color-stop(5.71429%, rgba(255, 0, 0, 0.5)), color-stop(5.71429%, rgba(255, 0, 0, 0.25)), color-stop(8.57143%, rgba(255, 0, 0, 0.25)), color-stop(8.57143%, rgba(255, 0, 0, 0.5)), color-stop(14.28571%, rgba(255, 0, 0, 0.5)), color-stop(14.28571%, rgba(255, 0, 0, 0.25)), color-stop(17.14286%, rgba(255, 0, 0, 0.25)), color-stop(17.14286%, rgba(255, 0, 0, 0.5)), color-stop(22.85714%, rgba(255, 0, 0, 0.5)), color-stop(22.85714%, rgba(255, 0, 0, 0.25)), color-stop(25.71429%, rgba(255, 0, 0, 0.25)), color-stop(25.71429%, rgba(255, 0, 0, 0.5)), color-stop(31.42857%, rgba(255, 0, 0, 0.5)), color-stop(31.42857%, rgba(255, 0, 0, 0.25)), color-stop(34.28571%, rgba(255, 0, 0, 0.25)), color-stop(34.28571%, rgba(255, 0, 0, 0.5)), color-stop(40%, rgba(255, 0, 0, 0.5)), color-stop(40%, rgba(255, 0, 0, 0.25)), color-stop(42.85714%, rgba(255, 0, 0, 0.25)), color-stop(42.85714%, rgba(255, 0, 0, 0.5)), color-stop(48.57143%, rgba(255, 0, 0, 0.5)), color-stop(48.57143%, rgba(255, 0, 0, 0.25)), color-stop(51.42857%, rgba(255, 0, 0, 0.25)), color-stop(51.42857%, rgba(255, 0, 0, 0.5)), color-stop(57.14286%, rgba(255, 0, 0, 0.5)), color-stop(57.14286%, rgba(255, 0, 0, 0.25)), color-stop(60.0%, rgba(255, 0, 0, 0.25)), color-stop(60.0%, rgba(255, 0, 0, 0.5)), color-stop(65.71429%, rgba(255, 0, 0, 0.5)), color-stop(65.71429%, rgba(255, 0, 0, 0.25)), color-stop(68.57143%, rgba(255, 0, 0, 0.25)), color-stop(68.57143%, rgba(255, 0, 0, 0.5)), color-stop(74.28571%, rgba(255, 0, 0, 0.5)), color-stop(74.28571%, rgba(255, 0, 0, 0.25)), color-stop(77.14286%, rgba(255, 0, 0, 0.25)), color-stop(77.14286%, rgba(255, 0, 0, 0.5)), color-stop(82.85714%, rgba(255, 0, 0, 0.5)), color-stop(82.85714%, rgba(255, 0, 0, 0.25)), color-stop(85.71429%, rgba(255, 0, 0, 0.25)), color-stop(85.71429%, rgba(255, 0, 0, 0.5)), color-stop(91.42857%, rgba(255, 0, 0, 0.5)), color-stop(91.42857%, rgba(255, 0, 0, 0.25)), color-stop(94.28571%, rgba(255, 0, 0, 0.25)), color-stop(94.28571%, rgba(255, 0, 0, 0.5)), color-stop(100%, rgba(255, 0, 0, 0.5)));
    background-image: -webkit-linear-gradient(left, rgba(255, 0, 0, 0.5), rgba(255, 0, 0, 0.5) 5.71429%, rgba(255, 0, 0, 0.25) 5.71429%, rgba(255, 0, 0, 0.25) 8.57143%, rgba(255, 0, 0, 0.5) 8.57143%, rgba(255, 0, 0, 0.5) 14.28571%, rgba(255, 0, 0, 0.25) 14.28571%, rgba(255, 0, 0, 0.25) 17.14286%, rgba(255, 0, 0, 0.5) 17.14286%, rgba(255, 0, 0, 0.5) 22.85714%, rgba(255, 0, 0, 0.25) 22.85714%, rgba(255, 0, 0, 0.25) 25.71429%, rgba(255, 0, 0, 0.5) 25.71429%, rgba(255, 0, 0, 0.5) 31.42857%, rgba(255, 0, 0, 0.25) 31.42857%, rgba(255, 0, 0, 0.25) 34.28571%, rgba(255, 0, 0, 0.5) 34.28571%, rgba(255, 0, 0, 0.5) 40%, rgba(255, 0, 0, 0.25) 40%, rgba(255, 0, 0, 0.25) 42.85714%, rgba(255, 0, 0, 0.5) 42.85714%, rgba(255, 0, 0, 0.5) 48.57143%, rgba(255, 0, 0, 0.25) 48.57143%, rgba(255, 0, 0, 0.25) 51.42857%, rgba(255, 0, 0, 0.5) 51.42857%, rgba(255, 0, 0, 0.5) 57.14286%, rgba(255, 0, 0, 0.25) 57.14286%, rgba(255, 0, 0, 0.25) 60.0%, rgba(255, 0, 0, 0.5) 60.0%, rgba(255, 0, 0, 0.5) 65.71429%, rgba(255, 0, 0, 0.25) 65.71429%, rgba(255, 0, 0, 0.25) 68.57143%, rgba(255, 0, 0, 0.5) 68.57143%, rgba(255, 0, 0, 0.5) 74.28571%, rgba(255, 0, 0, 0.25) 74.28571%, rgba(255, 0, 0, 0.25) 77.14286%, rgba(255, 0, 0, 0.5) 77.14286%, rgba(255, 0, 0, 0.5) 82.85714%, rgba(255, 0, 0, 0.25) 82.85714%, rgba(255, 0, 0, 0.25) 85.71429%, rgba(255, 0, 0, 0.5) 85.71429%, rgba(255, 0, 0, 0.5) 91.42857%, rgba(255, 0, 0, 0.25) 91.42857%, rgba(255, 0, 0, 0.25) 94.28571%, rgba(255, 0, 0, 0.5) 94.28571%, rgba(255, 0, 0, 0.5) 100%);
    background-image: -moz-linear-gradient(left, rgba(255, 0, 0, 0.5), rgba(255, 0, 0, 0.5) 5.71429%, rgba(255, 0, 0, 0.25) 5.71429%, rgba(255, 0, 0, 0.25) 8.57143%, rgba(255, 0, 0, 0.5) 8.57143%, rgba(255, 0, 0, 0.5) 14.28571%, rgba(255, 0, 0, 0.25) 14.28571%, rgba(255, 0, 0, 0.25) 17.14286%, rgba(255, 0, 0, 0.5) 17.14286%, rgba(255, 0, 0, 0.5) 22.85714%, rgba(255, 0, 0, 0.25) 22.85714%, rgba(255, 0, 0, 0.25) 25.71429%, rgba(255, 0, 0, 0.5) 25.71429%, rgba(255, 0, 0, 0.5) 31.42857%, rgba(255, 0, 0, 0.25) 31.42857%, rgba(255, 0, 0, 0.25) 34.28571%, rgba(255, 0, 0, 0.5) 34.28571%, rgba(255, 0, 0, 0.5) 40%, rgba(255, 0, 0, 0.25) 40%, rgba(255, 0, 0, 0.25) 42.85714%, rgba(255, 0, 0, 0.5) 42.85714%, rgba(255, 0, 0, 0.5) 48.57143%, rgba(255, 0, 0, 0.25) 48.57143%, rgba(255, 0, 0, 0.25) 51.42857%, rgba(255, 0, 0, 0.5) 51.42857%, rgba(255, 0, 0, 0.5) 57.14286%, rgba(255, 0, 0, 0.25) 57.14286%, rgba(255, 0, 0, 0.25) 60.0%, rgba(255, 0, 0, 0.5) 60.0%, rgba(255, 0, 0, 0.5) 65.71429%, rgba(255, 0, 0, 0.25) 65.71429%, rgba(255, 0, 0, 0.25) 68.57143%, rgba(255, 0, 0, 0.5) 68.57143%, rgba(255, 0, 0, 0.5) 74.28571%, rgba(255, 0, 0, 0.25) 74.28571%, rgba(255, 0, 0, 0.25) 77.14286%, rgba(255, 0, 0, 0.5) 77.14286%, rgba(255, 0, 0, 0.5) 82.85714%, rgba(255, 0, 0, 0.25) 82.85714%, rgba(255, 0, 0, 0.25) 85.71429%, rgba(255, 0, 0, 0.5) 85.71429%, rgba(255, 0, 0, 0.5) 91.42857%, rgba(255, 0, 0, 0.25) 91.42857%, rgba(255, 0, 0, 0.25) 94.28571%, rgba(255, 0, 0, 0.5) 94.28571%, rgba(255, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(255, 0, 0, 0.5), rgba(255, 0, 0, 0.5) 5.71429%, rgba(255, 0, 0, 0.25) 5.71429%, rgba(255, 0, 0, 0.25) 8.57143%, rgba(255, 0, 0, 0.5) 8.57143%, rgba(255, 0, 0, 0.5) 14.28571%, rgba(255, 0, 0, 0.25) 14.28571%, rgba(255, 0, 0, 0.25) 17.14286%, rgba(255, 0, 0, 0.5) 17.14286%, rgba(255, 0, 0, 0.5) 22.85714%, rgba(255, 0, 0, 0.25) 22.85714%, rgba(255, 0, 0, 0.25) 25.71429%, rgba(255, 0, 0, 0.5) 25.71429%, rgba(255, 0, 0, 0.5) 31.42857%, rgba(255, 0, 0, 0.25) 31.42857%, rgba(255, 0, 0, 0.25) 34.28571%, rgba(255, 0, 0, 0.5) 34.28571%, rgba(255, 0, 0, 0.5) 40%, rgba(255, 0, 0, 0.25) 40%, rgba(255, 0, 0, 0.25) 42.85714%, rgba(255, 0, 0, 0.5) 42.85714%, rgba(255, 0, 0, 0.5) 48.57143%, rgba(255, 0, 0, 0.25) 48.57143%, rgba(255, 0, 0, 0.25) 51.42857%, rgba(255, 0, 0, 0.5) 51.42857%, rgba(255, 0, 0, 0.5) 57.14286%, rgba(255, 0, 0, 0.25) 57.14286%, rgba(255, 0, 0, 0.25) 60.0%, rgba(255, 0, 0, 0.5) 60.0%, rgba(255, 0, 0, 0.5) 65.71429%, rgba(255, 0, 0, 0.25) 65.71429%, rgba(255, 0, 0, 0.25) 68.57143%, rgba(255, 0, 0, 0.5) 68.57143%, rgba(255, 0, 0, 0.5) 74.28571%, rgba(255, 0, 0, 0.25) 74.28571%, rgba(255, 0, 0, 0.25) 77.14286%, rgba(255, 0, 0, 0.5) 77.14286%, rgba(255, 0, 0, 0.5) 82.85714%, rgba(255, 0, 0, 0.25) 82.85714%, rgba(255, 0, 0, 0.25) 85.71429%, rgba(255, 0, 0, 0.5) 85.71429%, rgba(255, 0, 0, 0.5) 91.42857%, rgba(255, 0, 0, 0.25) 91.42857%, rgba(255, 0, 0, 0.25) 94.28571%, rgba(255, 0, 0, 0.5) 94.28571%, rgba(255, 0, 0, 0.5) 100%);
    background-image: linear-gradient(left, rgba(255, 0, 0, 0.5), rgba(255, 0, 0, 0.5) 5.71429%, rgba(255, 0, 0, 0.25) 5.71429%, rgba(255, 0, 0, 0.25) 8.57143%, rgba(255, 0, 0, 0.5) 8.57143%, rgba(255, 0, 0, 0.5) 14.28571%, rgba(255, 0, 0, 0.25) 14.28571%, rgba(255, 0, 0, 0.25) 17.14286%, rgba(255, 0, 0, 0.5) 17.14286%, rgba(255, 0, 0, 0.5) 22.85714%, rgba(255, 0, 0, 0.25) 22.85714%, rgba(255, 0, 0, 0.25) 25.71429%, rgba(255, 0, 0, 0.5) 25.71429%, rgba(255, 0, 0, 0.5) 31.42857%, rgba(255, 0, 0, 0.25) 31.42857%, rgba(255, 0, 0, 0.25) 34.28571%, rgba(255, 0, 0, 0.5) 34.28571%, rgba(255, 0, 0, 0.5) 40%, rgba(255, 0, 0, 0.25) 40%, rgba(255, 0, 0, 0.25) 42.85714%, rgba(255, 0, 0, 0.5) 42.85714%, rgba(255, 0, 0, 0.5) 48.57143%, rgba(255, 0, 0, 0.25) 48.57143%, rgba(255, 0, 0, 0.25) 51.42857%, rgba(255, 0, 0, 0.5) 51.42857%, rgba(255, 0, 0, 0.5) 57.14286%, rgba(255, 0, 0, 0.25) 57.14286%, rgba(255, 0, 0, 0.25) 60.0%, rgba(255, 0, 0, 0.5) 60.0%, rgba(255, 0, 0, 0.5) 65.71429%, rgba(255, 0, 0, 0.25) 65.71429%, rgba(255, 0, 0, 0.25) 68.57143%, rgba(255, 0, 0, 0.5) 68.57143%, rgba(255, 0, 0, 0.5) 74.28571%, rgba(255, 0, 0, 0.25) 74.28571%, rgba(255, 0, 0, 0.25) 77.14286%, rgba(255, 0, 0, 0.5) 77.14286%, rgba(255, 0, 0, 0.5) 82.85714%, rgba(255, 0, 0, 0.25) 82.85714%, rgba(255, 0, 0, 0.25) 85.71429%, rgba(255, 0, 0, 0.5) 85.71429%, rgba(255, 0, 0, 0.5) 91.42857%, rgba(255, 0, 0, 0.25) 91.42857%, rgba(255, 0, 0, 0.25) 94.28571%, rgba(255, 0, 0, 0.5) 94.28571%, rgba(255, 0, 0, 0.5) 100%);
  }
}

@font-face {
  font-family: 'Montserrat';
  src: url("fonts/Montserrat/Montserrat Bold.eot");
  src: url("fonts/Montserrat/Montserrat Bold.eot?#iefix") format("embedded-opentype"), url("fonts/Montserrat/Montserrat Bold.woff2") format("woff2"), url("fonts/Montserrat/Montserrat Bold.woff") format("woff"), url("fonts/Montserrat/Montserrat Bold.svg#Montserrat Bold") format("svg");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-2212;
}

@font-face {
  font-family: 'Montserrat';
  src: url("fonts/Montserrat/Montserrat Light.eot");
  src: url("fonts/Montserrat/Montserrat Light.eot?#iefix") format("embedded-opentype"), url("fonts/Montserrat/Montserrat Light.woff2") format("woff2"), url("fonts/Montserrat/Montserrat Light.woff") format("woff"), url("fonts/Montserrat/Montserrat Light.svg#Montserrat Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-2212;
}

/* line 1, ../sass/_home.scss */
body {
  font-family: Montserrat;
}

/* line 6, ../sass/_home.scss */
.header {
  background: #fff;
  margin: 0;
  padding: 10px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  text-align: center;
}

/* line 18, ../sass/_home.scss */
.logo-mini {
  width: 52px;
}
@media (min-width: 960px) {
  /* line 18, ../sass/_home.scss */
  .logo-mini {
    width: 70px;
  }
}

/* line 24, ../sass/_home.scss */
.change-lang {
  position: absolute;
  top: 5px;
  left: 12px;
}
/* line 28, ../sass/_home.scss */
.change-lang a {
  font-size: 13px;
  font-family: Montserrat;
  font-weight: 300;
  color: #a5a5a5;
  text-decoration: none;
  margin: 0 8px;
}
/* line 35, ../sass/_home.scss */
.change-lang a:hover, .change-lang a.active {
  color: #ee6d05;
}
/* line 38, ../sass/_home.scss */
.change-lang a.active {
  font-weight: 700;
}
@media (min-width: 960px) {
  /* line 24, ../sass/_home.scss */
  .change-lang {
    top: 12px;
  }
}

/* line 48, ../sass/_home.scss */
.subheader {
  display: none;
}

/* line 51, ../sass/_home.scss */
.contact-envelope {
  position: absolute;
  right: 20px;
  top: 5px;
  cursor: pointer;
}

/* line 57, ../sass/_home.scss */
.navlist {
  padding: 0;
  margin: 0;
}

/* line 61, ../sass/_home.scss */
.navlist__item {
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: Montserrat;
  text-transform: uppercase;
  font-weight: 300;
  border-bottom: 1px dotted #dddddd;
  padding: 20px 5px;
}
/* line 71, ../sass/_home.scss */
.navlist__item:last-child {
  border-bottom: none;
}
/* line 74, ../sass/_home.scss */
.navlist__item:hover {
  background-color: #f5f5f5;
}
/* line 77, ../sass/_home.scss */
.navlist__item a {
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  text-decoration: none;
  color: #7D8C93;
}
/* line 81, ../sass/_home.scss */
.navlist__item a:hover {
  color: #ee6d05;
}

/* line 88, ../sass/_home.scss */
#nav-icon {
  width: 33px;
  height: 25px;
  position: absolute;
  right: 70px;
  top: 5px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

/* line 105, ../sass/_home.scss */
#nav-icon span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #ee6d05;
  border-radius: 5px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

/* line 124, ../sass/_home.scss */
#nav-icon span:nth-child(1) {
  top: 0px;
}

/* line 128, ../sass/_home.scss */
#nav-icon span:nth-child(2), #nav-icon span:nth-child(3) {
  top: 10px;
}

/* line 132, ../sass/_home.scss */
#nav-icon span:nth-child(4) {
  top: 20px;
}

/* line 136, ../sass/_home.scss */
#nav-icon.open span:nth-child(1) {
  top: 10px;
  width: 0%;
  left: 50%;
}

/* line 142, ../sass/_home.scss */
#nav-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 149, ../sass/_home.scss */
#nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* line 156, ../sass/_home.scss */
#nav-icon.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

/* line 162, ../sass/_home.scss */
.social-share {
  position: relative;
  z-index: 9999;
  bottom: 0;
  left: 0;
  background: #fff;
  width: 100%;
  text-align: center;
  padding: 5px 0;
}
@media (min-width: 481px) {
  /* line 162, ../sass/_home.scss */
  .social-share {
    position: fixed;
    width: auto;
    background: none;
    bottom: auto;
    top: 45%;
    left: 10px;
    padding: 0;
  }
}
@media (min-width: 960px) {
  /* line 162, ../sass/_home.scss */
  .social-share {
    position: fixed;
    left: 30px;
  }
}

/* line 188, ../sass/_home.scss */
.social-share__title {
  color: #353935;
  font-family: Montserrat;
  font-size: 18px;
  line-height: 21px;
  font-weight: 300;
  margin-right: 20px;
}
@media (min-width: 481px) {
  /* line 188, ../sass/_home.scss */
  .social-share__title {
    -webkit-transform: rotate(270deg) translateY(-35px) translateX(40px);
    -moz-transform: rotate(270deg) translateY(-35px) translateX(40px);
    -ms-transform: rotate(270deg) translateY(-35px) translateX(40px);
    -o-transform: rotate(270deg) translateY(-35px) translateX(40px);
    transform: rotate(270deg) translateY(-35px) translateX(40px);
    display: block;
    margin-right: 0;
  }
}

/* line 202, ../sass/_home.scss */
.social-share__icon {
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
@media (min-width: 481px) {
  /* line 202, ../sass/_home.scss */
  .social-share__icon {
    display: block;
    margin: 0 0 5px;
  }
}
/* line 208, ../sass/_home.scss */
.social-share__icon:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}

/* line 213, ../sass/_home.scss */
.sections-wrapper {
  overflow: hidden;
}

/* line 216, ../sass/_home.scss */
.section-title {
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.3;
}
@media (min-width: 481px) {
  /* line 216, ../sass/_home.scss */
  .section-title {
    font-size: 42px;
    letter-spacing: 4px;
  }
}
@media (min-width: 960px) {
  /* line 216, ../sass/_home.scss */
  .section-title {
    font-size: 42px;
    letter-spacing: 4px;
  }
}

/* line 231, ../sass/_home.scss */
.section-title--notransform {
  text-transform: none;
}

/* line 234, ../sass/_home.scss */
.section-subtitle {
  font-size: 18px;
  line-height: 1.3;
}
@media (min-width: 481px) {
  /* line 234, ../sass/_home.scss */
  .section-subtitle {
    font-size: 20px;
  }
}
@media (min-width: 960px) {
  /* line 234, ../sass/_home.scss */
  .section-subtitle {
    font-size: 20px;
  }
}

/* line 245, ../sass/_home.scss */
.contenedor-muyestrecho {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media (min-width: 481px) {
  /* line 245, ../sass/_home.scss */
  .contenedor-muyestrecho {
    max-width: 780px;
  }
}
@media (min-width: 960px) {
  /* line 245, ../sass/_home.scss */
  .contenedor-muyestrecho {
    max-width: 780px;
  }
}

/* line 261, ../sass/_home.scss */
.section, .section1, .section2, .section3, .section4, .section5 {
  text-align: center;
  padding: 50px;
  position: relative;
}
@media (min-width: 960px) {
  /* line 261, ../sass/_home.scss */
  .section, .section1, .section2, .section3, .section4, .section5 {
    padding: 50px;
  }
}
@media (min-width: 1470px) {
  /* line 261, ../sass/_home.scss */
  .section, .section1, .section2, .section3, .section4, .section5 {
    padding: 50px;
  }
}

/* line 274, ../sass/_home.scss */
.section1 {
  background: #d2f3ef;
  padding: 50px 20px;
}
@media (min-width: 960px) {
  /* line 274, ../sass/_home.scss */
  .section1 {
    padding: 80px 20px;
  }
}
@media (min-width: 1470px) {
  /* line 274, ../sass/_home.scss */
  .section1 {
    padding: 200px;
  }
}

/* line 286, ../sass/_home.scss */
.discover-video {
  position: relative;
  z-index: 9;
}

/* line 290, ../sass/_home.scss */
.discover-video__text {
  position: absolute;
  text-align: center;
  top: 35%;
  left: 0;
  width: 100%;
}
@media (min-width: 960px) {
  /* line 290, ../sass/_home.scss */
  .discover-video__text {
    top: 43%;
  }
}
@media (min-width: 1470px) {
  /* line 290, ../sass/_home.scss */
  .discover-video__text {
    top: 43%;
  }
}

/* line 304, ../sass/_home.scss */
.recurso1 {
  position: absolute;
  bottom: -20px;
  right: 5%;
  z-index: 9;
  max-width: 15%;
}

/* line 311, ../sass/_home.scss */
.recurso2 {
  position: absolute;
  top: -20%;
  left: 5%;
  z-index: 0;
  max-width: 40%;
}

/* line 321, ../sass/_home.scss */
.section2 {
  background: #fff697;
  z-index: 2;
  padding: 0;
}

/* line 335, ../sass/_home.scss */
.anim-milano {
  width: 100%;
  display: none;
}
@media (min-width: 960px) {
  /* line 335, ../sass/_home.scss */
  .anim-milano {
    display: block;
  }
}
@media (min-width: 1470px) {
  /* line 335, ../sass/_home.scss */
  .anim-milano {
    display: block;
  }
}

/* line 346, ../sass/_home.scss */
.anim-milano--mobile {
  width: 100%;
  display: block;
}
@media (min-width: 960px) {
  /* line 346, ../sass/_home.scss */
  .anim-milano--mobile {
    display: none;
  }
}
@media (min-width: 1470px) {
  /* line 346, ../sass/_home.scss */
  .anim-milano--mobile {
    display: none;
  }
}

/* line 360, ../sass/_home.scss */
.section3 {
  background: #ffffff;
  padding: 20px;
}
@media (min-width: 960px) {
  /* line 360, ../sass/_home.scss */
  .section3 {
    padding: 80px;
  }
}
@media (min-width: 1470px) {
  /* line 360, ../sass/_home.scss */
  .section3 {
    padding: 230px 30%;
  }
}

/* line 372, ../sass/_home.scss */
.recurso5 {
  position: absolute;
  top: -50%;
  right: -2%;
  z-index: 0;
  max-width: 60%;
}

/* line 379, ../sass/_home.scss */
.recurso6 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  max-width: 20%;
}

/* line 386, ../sass/_home.scss */
.recurso4 {
  position: absolute;
  bottom: -10%;
  left: 10%;
  z-index: 0;
  max-width: 90%;
}

/* line 393, ../sass/_home.scss */
.imagegallery-wrapper {
  max-width: 90%;
  margin: 30px auto;
  position: relative;
  z-index: 2;
}
@media (min-width: 960px) {
  /* line 393, ../sass/_home.scss */
  .imagegallery-wrapper {
    max-width: 90%;
    margin: 50px auto;
  }
}
@media (min-width: 1470px) {
  /* line 393, ../sass/_home.scss */
  .imagegallery-wrapper {
    max-width: 60%;
    margin: 50px auto;
  }
}

/* line 408, ../sass/_home.scss */
.lSAction > a {
  background-image: none !important;
}

/* line 414, ../sass/_home.scss */
.section4 {
  background: #f9ddd4;
  padding: 20px;
}
@media (min-width: 960px) {
  /* line 414, ../sass/_home.scss */
  .section4 {
    padding: 50px;
  }
}
@media (min-width: 1470px) {
  /* line 414, ../sass/_home.scss */
  .section4 {
    padding: 50px;
  }
}

/* line 426, ../sass/_home.scss */
.recurso3 {
  position: absolute;
  bottom: -25%;
  right: 5%;
  z-index: 1;
  max-width: 15%;
}

/* line 433, ../sass/_home.scss */
.recurso7 {
  position: absolute;
  top: -18%;
  left: 15%;
  z-index: 0;
  max-width: 18%;
}

/* line 443, ../sass/_home.scss */
.section5 {
  background: #66a9a2;
  padding: 0;
}

/* line 455, ../sass/_home.scss */
.bodegon {
  width: 100%;
}

/* line 458, ../sass/_home.scss */
.bodegon-unexpected {
  position: absolute;
  top: 12%;
  left: 30%;
  z-index: 5;
  max-width: 45%;
  display: none;
}
@media (min-width: 960px) {
  /* line 458, ../sass/_home.scss */
  .bodegon-unexpected {
    display: block;
  }
}
@media (min-width: 1470px) {
  /* line 458, ../sass/_home.scss */
  .bodegon-unexpected {
    display: block;
  }
}

/* line 473, ../sass/_home.scss */
.bodegon-unexpected--mobile {
  position: absolute;
  top: 12%;
  left: 30%;
  z-index: 5;
  max-width: 45%;
  display: block;
}
@media (min-width: 960px) {
  /* line 473, ../sass/_home.scss */
  .bodegon-unexpected--mobile {
    display: none;
  }
}
@media (min-width: 1470px) {
  /* line 473, ../sass/_home.scss */
  .bodegon-unexpected--mobile {
    display: none;
  }
}

/* line 488, ../sass/_home.scss */
.bodegon-logo {
  position: absolute;
  top: 75%;
  left: 46%;
  z-index: 5;
  max-width: 10%;
  display: none;
}

/* line 499, ../sass/_home.scss */
.onepage-pagination {
  position: fixed;
  right: 10px;
  top: 50%;
  z-index: 5;
  list-style: none;
  margin: -68px 0 0 0;
  padding: 0;
  display: none;
}
@media (min-width: 960px) {
  /* line 499, ../sass/_home.scss */
  .onepage-pagination {
    display: block;
  }
}

/* line 514, ../sass/_home.scss */
.onepage-pagination li {
  padding: 0;
  text-align: center;
}

/* line 518, ../sass/_home.scss */
.onepage-pagination li span {
  padding: 10px;
  width: 4px;
  height: 4px;
  display: block;
  position: relative;
}

/* line 525, ../sass/_home.scss */
.onepage-pagination li span:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 4px;
  height: 4px;
  background: rgba(0, 0, 0, 0.85);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

/* line 538, ../sass/_home.scss */
.onepage-pagination li span.active:before {
  width: 10px;
  height: 10px;
  background: none;
  border: 1px solid black;
  margin-top: -4px;
  left: 8px;
}

/* line 547, ../sass/_home.scss */
.onepage-pagination li span.active:before {
  background: #ababab;
  border: 1px solid #ababab;
  margin-top: auto;
  left: auto;
}

/* line 554, ../sass/_home.scss */
.onepage-pagination li span:before {
  border: 1px solid #acacac;
  background: none;
  width: 10px;
  height: 10px;
}

/* line 564, ../sass/_home.scss */
#popup-video {
  padding: 0;
  background: #000;
}

/* line 569, ../sass/_home.scss */
.popup-form {
  text-align: center;
  color: #353935;
  font-family: Montserrat;
  font-size: 16px;
  line-height: 1.1;
  padding: 35px 35px 50px;
}
@media (min-width: 960px) {
  /* line 569, ../sass/_home.scss */
  .popup-form {
    background-image: url(../images/background-popup-form.png);
    background-position: bottom right;
    background-repeat: no-repeat;
  }
}
/* line 581, ../sass/_home.scss */
.popup-form p {
  margin: 0 0 20px;
}
@media (min-width: 960px) {
  /* line 584, ../sass/_home.scss */
  .popup-form .remodal-close {
    left: auto;
    right: -35px;
    color: #fff;
    background: #D0741B;
  }
}
/* line 593, ../sass/_home.scss */
.popup-form .remodal-close:before {
  font-size: 40px;
  font-weight: 300;
}

/* line 598, ../sass/_home.scss */
.popup-form__title {
  text-transform: uppercase;
  margin: 0 0 10px;
  padding: 0;
}

/* line 603, ../sass/_home.scss */
.popup-form__decoration {
  display: none;
  position: absolute;
  top: 30px;
  left: 0;
}
@media (min-width: 960px) {
  /* line 603, ../sass/_home.scss */
  .popup-form__decoration {
    display: block;
  }
}

/* line 612, ../sass/_home.scss */
.popup-form__centered {
  text-align: center;
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 481px) {
  /* line 612, ../sass/_home.scss */
  .popup-form__centered {
    width: 60%;
  }
}

/* line 620, ../sass/_home.scss */
.frm-contact {
  margin: 0 auto;
  width: 70%;
}

/* line 624, ../sass/_home.scss */
.frm-contact__text {
  border: 1px solid #C9C9C9;
  font-family: Montserrat;
  font-weight: 300;
  padding: 10px;
  width: 100%;
  display: block;
  margin: 0 0 20px;
}

/* line 633, ../sass/_home.scss */
.frm-contact__select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  border: 1px solid #C9C9C9;
  font-family: Montserrat;
  font-weight: 300;
  padding: 10px;
  width: 100%;
  display: block;
  margin: 0 0 20px;
}

/* line 646, ../sass/_home.scss */
.frm-contact__textarea {
  border: 1px solid #C9C9C9;
  font-family: Montserrat;
  font-weight: 300;
  padding: 10px;
  width: 100%;
  display: block;
  margin: 0 0 20px;
  height: 120px;
}

/* line 656, ../sass/_home.scss */
.frm-contact__submit {
  margin: 0 auto;
  display: block;
  width: 110px;
  padding: 10px 0;
  border: none;
  background: #ffc44d;
  background: -moz-linear-gradient(left, #ffc44d 0%, #e8731f 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #ffc44d), color-stop(100%, #e8731f));
  background: -webkit-linear-gradient(left, #ffc44d 0%, #e8731f 100%);
  background: -o-linear-gradient(left, #ffc44d 0%, #e8731f 100%);
  background: -ms-linear-gradient(left, #ffc44d 0%, #e8731f 100%);
  background: linear-gradient(to right, #ffc44d 0%, #e8731f 100%);
  color: #FFFFFF;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
}

/* line 679, ../sass/_home.scss */
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

/* line 686, ../sass/_home.scss */
.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 694, ../sass/_home.scss */
html {
  width: 100%;
  height: 100%;
}

/* line 699, ../sass/_home.scss */
.teaser {
  width: 100%;
  height: 100%;
  background-color: #F7F7F7;
  text-align: center;
}

/* line 705, ../sass/_home.scss */
.teaser__img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300px;
  margin-left: -150px;
  margin-top: -150px;
}
@media (min-width: 481px) {
  /* line 705, ../sass/_home.scss */
  .teaser__img {
    width: 400px;
    margin-left: -200px;
    margin-top: -200px;
  }
}
@media (min-width: 960px) {
  /* line 705, ../sass/_home.scss */
  .teaser__img {
    width: 600px;
    margin-left: -300px;
    margin-top: -300px;
  }
}
@media (min-width: 1470px) {
  /* line 705, ../sass/_home.scss */
  .teaser__img {
    width: 800px;
    margin-left: -400px;
    margin-top: -400px;
  }
}

/* line 1, ../sass/_animations.scss */
.visible {
  transition: opacity 0.4s ease-in-out;
  opacity: 1;
}

/* line 16, ../sass/style.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 20, ../sass/style.scss */
html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  background-color: #e8edee;
}

/* line 28, ../sass/style.scss */
body {
  padding-top: 50px;
}
@media (min-width: 960px) {
  /* line 28, ../sass/style.scss */
  body {
    padding-top: 61px;
  }
}

/* line 35, ../sass/style.scss */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

/* line 44, ../sass/style.scss */
* html .clearfix {
  zoom: 1;
}

/* IE6 */
/* line 45, ../sass/style.scss */
*:first-child + html .clearfix {
  zoom: 1;
}

/* IE7 */
/* line 47, ../sass/style.scss */
.clear {
  clear: both;
}

/* line 51, ../sass/style.scss */
img {
  outline: 0;
  max-width: 100%;
  vertical-align: middle;
}
